Skip to content

Commit

Permalink
inform that git release tags are the single source of truth of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Nov 16, 2023
1 parent 4d86721 commit a9601d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,11 @@ This will produce a release on [releases/tag/<TAG_NAME>](releases/tag)
and update the [descriptor
file](https://scdh.github.io/oxbytei/descriptor.xml).

NOTE: The tag name **must equal** the version in the
[pom.xml](pom.xml) file for releases that update the descriptor file
(i.e. releases that match the pattern `[0-9]+\.[0-9]+\.[0-9]+`)!
NOTE: Git release tags are the single source of truth for release
numbers and release triggers. There is no version information in the
pom file. A default version number is contained in
`.mvn/maven.config`, which should be kept up to date. However, it is
overridden in the CI/CD pipelines by the release tag.

## Design principles ##

Expand Down

0 comments on commit a9601d4

Please sign in to comment.