Pick a ticket, or an item off the future work list in the or just the one feature you want to see here.
To build and test locally, simply issue :
gradle clean publishToMavenLocal
you can optionally also change the version to be published in your local maven repo by changing gradle.properties
file.
Or as a command line argument:
gradle publishToMavenLocal --project-prop version=1.2.3
Once the publishing is done, simply use that particular version. For example:
plugins {
id 'com.kiwigrid.helm' version '0.0.0-SNAPSHOT'
....
- Fork
- Develop
- Issue a Pull-Request against
master
, the PR has to be labeled with one offeature
,enhancement
,fix
,bug
,test
,other
ordependencies
to make it show up in automatic release notes
Push a tag of the form v1.2.3
, a github action will do the rest.