Skip to content

Release process

Gyeongil Goo edited this page Mar 23, 2020 · 1 revision

Release process

Steps

1. Mark fixed version

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.

2. Create github release with tagging

Tag will be created when this release is created.

Don't forget to make release as draft this time.

3. Write release note

New features, bug fixes... and about contributers.

4. Publish release

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.

5. Announce release to related channels

TBA