-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add update_version.sh to automate version bumps for nightly builds #407
Closed
eloquence opened this issue
Jun 7, 2019
· 2 comments
· Fixed by freedomofpress/securedrop-builder#58
Closed
Add update_version.sh to automate version bumps for nightly builds #407
eloquence opened this issue
Jun 7, 2019
· 2 comments
· Fixed by freedomofpress/securedrop-builder#58
Comments
This was referenced Jun 7, 2019
status of this ticket: #422 contains the |
Looks like
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're working towards nightly builds of the
securedrop-client
andsecuredrop-proxy
packages (freedomofpress/securedrop-builder#8). Each nightly build will have a unique version string.The nightly build job will automatically make a commit to this repository, updating the version string. To do so, this repository should provide an
update_version.sh
script (the naming convention was established in the SecureDrop repository) that performs this version bump.Part of this task is building consensus on the version string format and the increment policy during development. One requirement is that each version string must be unique, not just at the day level resolution, as we may want to kick off builds manually in between nightly runs.This could be satisfied, for example, by a format for development releases like
0.1.0-dev-20190607-121822
(with date and time) .The text was updated successfully, but these errors were encountered: