Skip to content
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

Added release process description. #73

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ software, but a wrapper to download the right version is included.

To produce a build, execute `./mvnw package` and use the generated `target/fdsm.jar`.

### Environment variables
#### Releasing
- To release run `make release` on up-to-date main/master branch.
- After checking the output of the tests, `git push` to move to next version.
- Run `git push --tags` to push the tag (generated in first step) and trigger automatic release with Github Actions.
- Manually pushing any tag named `v*` will also trigger the release.
- Update release description with the latest changes.

## Environment variables
`fdsm` is a command line application and takes most of its input from
command line arguments but some behavior can be tuned by setting environment
variables.
Expand Down