Skip to content

Commit 70f3d50

Browse files
authored
Update RELEASE.md
Add example version
1 parent 104d68e commit 70f3d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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`)
44
2. 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)
66
4. Commit the changes _(the commit message will be the release notes, so make sure to include anything important; markdown is supported)_
77
5. Create a tag with the pom-version: `git tag 1.2.3`
88
6. Push your commit together with the tag

0 commit comments

Comments
 (0)