You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ When you are ready to release a new version of the schema ensure you have done t
51
51
52
52
`git tag -a vX.Y.Z`
53
53
54
-
(When prompted to enter the commit message set the first line to `event-logging-vX.Y.Z` and lines 3+ to be the changes made, as extracted from the CHANGELOG.md file. Once the tag is picked up by Travis, the build will be run and the variants will be released to GitHub.)
54
+
When prompted to enter the commit message set the first line to `event-logging-vX.Y.Z` and lines 3+ to be the changes made, as extracted from the CHANGELOG.md file. Once the tag is picked up by Travis, the build will be run and the variants will be released to GitHub.
55
55
56
56
1. Once the release has been tagged and built Update the versions in the schema to be something like `X.Y.0-SNAPSHOT` where X.Y.0 is the next minor version number. This makes it clear that the version in source control is not a release version.
0 commit comments