Skip to content

Commit

Permalink
Merge pull request #4 from Smarteon/forge
Browse files Browse the repository at this point in the history
After 0.0.1 release
  • Loading branch information
PetrZufan authored Apr 23, 2020
2 parents 978b3ff + 74507e1 commit 5a870e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<version> -m "message"
git push --tags
```
Bump the version to next devel and make pull request.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5a870e0

Please sign in to comment.