We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24b1a9 commit 104d68eCopy full SHA for 104d68e
RELEASE.md
@@ -1,8 +1,8 @@
1
# Steps to release a new version
2
3
1. Decide whether to do a patch, minor or major release
4
-2. Adjust the version in the [pom.xml](pom.xml)
5
-3. Adjust the version in the [README.md](README.md)
+2. Adjust the version in the [pom.xml](https://github.com/Nylle/JavaFixture/blob/master/pom.xml#L10)
+3. Adjust the version in the [README.md](https://github.com/Nylle/JavaFixture/blob/master/README.md?plain=1#L25)
6
4. Commit the changes _(the commit message will be the release notes, so make sure to include anything important; markdown is supported)_
7
5. Create a tag with the pom-version: `git tag 1.2.3`
8
6. Push your commit together with the tag
0 commit comments