1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-31 23:50:49 +00:00
plantuml/docs/releasing.md

781 B

GitHub Releases

Creating a new release in GitHub is done as part of the CI workflow but only when the workflow run is for a new git tag beginning with a v.

Tags cannot be part of a pull request, so you need to push directly to the plantuml repo, e.g.

git tag -a v1.2021.1 -m "version 1.2021.1"
git push origin v1.2021.1

The release will only happen if the username making the push is matched in the CI Configure job step.

Releases Elsewhere

PlantUML is released to other places, currently that happens outside of GitHub and is not documented here.