Skip to content

Commit bfa5519

Browse files
committed
Added changelog. Extended release-perform script.
1 parent 80b7e27 commit bfa5519

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ if [[ ! -f release.properties ]]; then
55
exit 1
66
fi
77
mvn release:perform
8-
8+
echo
9+
echo "Don't forgot push the changes and tags for this release."
10+
echo "After a successful release, execute e.g. 'git push' and 'git push --tags'."

0 commit comments

Comments
 (0)