forked from slackapi/bolt-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated release steps in maintainers guide
- Loading branch information
1 parent
3d59cf7
commit 3cbd998
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,8 @@ To build the docs locally, you can run `bundle exec jekyll serve`. | |
|
||
1. Create the commit for the release: | ||
* Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `package.json`. | ||
* Commit with a message including the new version number. For example `v1.0.8`. | ||
* Tag the commit with the version number. For example `v1.0.8`. | ||
* Commit with a message including the new version number. For example `v1.5.0`. | ||
* Tag the commit with the version number. For example `@slack/[email protected]`. | ||
|
||
2. Merge into master repository | ||
* Create a pull request with the commit that was just made. Be certain to include the tag. For | ||
|
@@ -44,6 +44,7 @@ To build the docs locally, you can run `bundle exec jekyll serve`. | |
3. Distribute the release | ||
* Publish to the package manager. Once you have permission to publish on npm, you can run `npm publish`. | ||
* Create a GitHub Release with release notes. Release notes should mention contributors (@-mentions) and issues/PRs (#-mentions) for the release. | ||
* Example release: https://github.com/slackapi/bolt/releases/tag/%40slack%2Fbolt%401.5.0 | ||
|
||
4. (Slack Internal) Communicate the release internally. Include a link to the GitHub Release. | ||
|
||
|