From bb573bd76687b64d258be6efcf43d6ca5f2f5735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Mikul=C3=A1=C5=A1ek?= Date: Thu, 23 Apr 2020 09:57:21 +0200 Subject: [PATCH 1/2] Add short release documentation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. From 74507e152a08c6be1cc8d0e1dbfab78272abda12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Mikul=C3=A1=C5=A1ek?= Date: Thu, 23 Apr 2020 09:58:18 +0200 Subject: [PATCH 2/2] Bump version --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",