-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move instructions on releasing to MAINTAINING.md (#286)
- Loading branch information
Showing
2 changed files
with
11 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Releasing | ||
|
||
Create a release and packages on GitHub: | ||
|
||
- Change the `version` in `build.gradle`: remove `-SNAPSHOT` | ||
- Commit and tag that state (e.g. `git tag 0.4.0`), push the tag (e.g. `git push origin 0.4.0`) | ||
- Push that state to the `publish` branch to create GitHub packages: `git push origin master:publish` | ||
- Create a local runner distribution: `./gradlew distZip` | ||
- Create a release on GitHub: https://github.com/metafacture/metafacture-fix/releases, choose the new tag | ||
- Attach the runner zip from `metafacture-fix/metafix-runner/build/distributions` | ||
- Update the `version` in `build.gradle`: increase number, add `-SNAPSHOT` |
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