-
Notifications
You must be signed in to change notification settings - Fork 15
Release process
Gyeongil Goo edited this page Mar 23, 2020
·
1 revision
As is
# gradle.properties
version=1.1.0-SNAPSHOT
To be
# gradle.properties
version=1.1.0
And commit with message Mark v1.1.0
.
Tag will be created when this release is created.
Don't forget to make release as draft
this time.
New features, bug fixes... and about contributers.
Github action will be triggered when release is published.
This will publish plugin binaries to gradle plugins portal with secret key kept in github settings.
TBA