diff --git a/README.md b/README.md index a08870d..5a616be 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,16 @@ pdk test unit ```bash bundle exec rake strings:generate:reference ``` + +### Releasing +Build and release the module to puppet forge (note currently validation and changelog doesn't work) +```bash +pdk build +pdk release +``` +Tag the release in git +```bash +git tag -a v -m "message" +git push --tags +``` +Bump the version to next devel and make pull request. diff --git a/metadata.json b/metadata.json index 85d1785..dcc520a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "smarteon-rclone", - "version": "0.0.1", + "version": "0.0.2", "author": "Smarteon Systems s.r.o", "summary": "Puppet Rclone management module", "license": "BSD-3-Clause",