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 80b7e27 commit bfa5519Copy full SHA for bfa5519
CHANGES.md
@@ -0,0 +1,12 @@
1
+# Changelog for com.github.javabdd
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+## [Unreleased]
6
+### Added CHANGES.md to track changes between releases.
7
8
+## [1.0.1] - 2020-03-17
9
+### Updated SCM URL for proper Maven Central metadata.
10
11
+## [1.0.0] - 2020-03-13
12
+### First release of com.github.javabdd.
release-perform
@@ -5,4 +5,6 @@ if [[ ! -f release.properties ]]; then
exit 1
fi
mvn release:perform
-
+echo
+echo "Don't forgot push the changes and tags for this release."
+echo "After a successful release, execute e.g. 'git push' and 'git push --tags'."
0 commit comments