This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Document the release procedure #345
Merged
glasserc
merged 5 commits into
mozilla-services:master
from
glasserc:document-releasing
Feb 15, 2018
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
199e6ca
Document the release procedure
glasserc bdf6b65
@leplatrem review
glasserc 357d4d5
Another note about why we don't use zest.releaser (thanks @leplatrem)
glasserc af6a946
@natim review
glasserc bca706a
Add a bugzilla link to simplify creation of bug
glasserc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -10,3 +10,16 @@ | |
## Licence | ||
|
||
Apache 2 | ||
|
||
## Releasing | ||
|
||
We don't use `zest.releaser` right now because of some problems with | ||
releasing a package that is not at the root of the repo (`jobs/`), but | ||
this could change if we figure out how. | ||
|
||
The current procedure is: | ||
|
||
* Bump version in `jobs/setup.py` | ||
* `git tag x.y.z` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about updating the release date in the |
||
* `git push --tags origin` | ||
* Open a ticket like https://bugzilla.mozilla.org/show_bug.cgi?id=1426340 to get it deployed | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So, the only variable is the tag name? See how the "Bugzilla" tab on Crash-stats have links to enter a new bug with lots of the stuff already filled in. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's also because we don't really need pypi. It runs in a lambda that we publish as a zip on the release page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, I forgot to mention about the release page, thanks.