forked from TomasMikula/EasyBind
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Tobias Diez edited this page Aug 13, 2020
·
3 revisions
Create new release
-
Change version in
Readme.md
- Increase release version
- Increase snapshot version (should be release + 0.0.1)
-
Change version
build.gradle
- Increase version, and remove "-SNAPSHOT" part
-
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