Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2647, add a note about version bumps to export docs
Browse files Browse the repository at this point in the history
All the other information in #2647 is implicit in the release checklist
  • Loading branch information
ianb committed Jun 9, 2017
1 parent 6ba8356 commit 29a248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/export-to-firefox.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Start the system addon release process by copying the following checklist into a

- [ ] Bump the minor version number in package.json, following our [version numbering conventions](https://github.com/mozilla-services/screenshots/issues/2647)
- [ ] Update changelog: `./bin/generate-commit-log --write stable..master`
- [ ] Create tag: `git tag MAJOR.MINOR.0`
- [ ] Create tag: `git tag MAJOR.MINOR.0` – the version should be higher than the version currently in `package.json` (e.g., if the in-development version is 10.0.0, then tag 10.1.0)
- [ ] Push tag: `git push --tags`
- [ ] Merge master to stable: `git checkout stable && git merge master && git push`
- [ ] Create a Bugzilla release bug, copying [bug 1368146](https://bugzil.la/1368146)
Expand Down

0 comments on commit 29a248c

Please sign in to comment.