File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Steps to release a new version
22
3- 1 . Decide whether to do a patch, minor or major release
3+ 1 . Decide whether to do a patch, minor or major release (e.g. ` 1.2.3 ` )
442 . Adjust the version in the [ pom.xml] ( https://github.com/Nylle/JavaFixture/blob/master/pom.xml#L10 )
5- 3 . Adjust the version in the [ README.md] ( https://github.com/Nylle/JavaFixture/blob/master/README.md?plain=1#L25 )
5+ 3 . Adjust the version in the [ README.md] ( https://github.com/Nylle/JavaFixture/blob/master/README.md?plain=1#L25 ) (getting started)
664 . Commit the changes _ (the commit message will be the release notes, so make sure to include anything important; markdown is supported)_
775 . Create a tag with the pom-version: ` git tag 1.2.3 `
886 . Push your commit together with the tag
You can’t perform that action at this time.
0 commit comments