Skip to content

Commit

Permalink
Add short release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Apr 23, 2020
1 parent 978b3ff commit bb573bd
Showing 1 changed file with 13 additions and 0 deletions.
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.

0 comments on commit bb573bd

Please sign in to comment.