Skip to content

Commit

Permalink
chore: update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
sravan-s committed Mar 28, 2023
1 parent ab5450e commit 7ef3858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,9 @@ and we'll evaluate if we can setup a [CLA](https://en.wikipedia.org/wiki/Contrib

## For Internal Contributors

[<TICKET_ID>](https://sendbird.atlassian.net/browse/<TICKET_ID>)

## Description Of Changes

Add a brief description of the changes that you have involved in this PR
Follow conventional commit format: https://www.conventionalcommits.org/en/v1.0.0/

## Types Of Changes

What types of changes does your code introduce to this project?
Put an `x` in the boxes that apply_

- [ ] Bugfix
- [ ] New feature
- [ ] Documentation (correction or otherwise)
- [ ] Cosmetics (whitespace, appearance (ex) Prettier)
- [ ] Build configuration
- [ ] Improvement (refactor code)
[<TICKET_ID>](https://sendbird.atlassian.net/browse/<TICKET_ID>)
2 changes: 1 addition & 1 deletion scripts/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

## Step 2 - Actual release
10. Commit all changes
11. Update the version in `package.json` and `package-lock.json` to the new Release Candidate version: Run `npm version patch/minor/major`
11. Update the version in `package.json` and `package-lock.json` to the new real release version: Run `npm version patch/minor/major`
12. Run `npm run build`
13. Inside `./<root>/dist`, Run `npm publish`

0 comments on commit 7ef3858

Please sign in to comment.