-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Initial release #1
Comments
iliapolo
added
feature
This issue introduces a new feature
major
Implies this code change should bump the major version of the project
labels
Apr 7, 2018
Merged
iliapolo
added
minor
Implies this code change should bump the minor version of the project
and removed
major
Implies this code change should bump the major version of the project
labels
May 14, 2018
This issue is part of release 0.4.0 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Implement the initial release, should include:
Automatic Github release (no assets)
When code is pushed into the release branch, the releaser should create a Github release that:
When should we not release:
Ci Detection (Only travis for now)
When running in a CI, the releaser should look at the appropriate env variables to determine if the current build should be released. This is to prevent releasing branches and builds other than the release branch.
If no CI system is detected, we should only release if explicitly specified, this is for allowing users to release from any environment.
The text was updated successfully, but these errors were encountered: