forked from TomasMikula/EasyBind
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Tobias Diez edited this page May 25, 2021
·
3 revisions
Create new release
-
Change version in
Readme.md
- Increase release version (should be of the form
2.0.0
) - Increase snapshot version (should be release + 0.0.1)
- Increase release version (should be of the form
-
Change version
build.gradle
- Increase version (should be of the form
2.0.0
), and remove "-SNAPSHOT" part
- Increase version (should be of the form
-
Update changelog: replace
[Unreleased]
by correct version and release date, and add## [Unreleased] ### Added ### Changed ### Removed
to the top.
-
Commit with commit message of the form "Release 2.1.0"
-
Push
-
Create Github release: https://github.com/tobiasdiez/EasyBind/releases/new
- Create new tag
- Copy changelog
- Add at the end
### External contributor Special thanks to @...
-
Increase version and append snapshot in build gradle, e.g. "2.1.1-SNAPSHOT"
-
Commit with message "Back to snapshot mode"
-
Push