Skip to content

Commit 777bb3c

Browse files
authored
Merge pull request #28 from ploperations/release-prep
1.0.0 release prep
2 parents fe01607 + 7f4fbf6 commit 777bb3c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
documentation=$(pdk bundle exec puppet strings generate --format markdown)
3333
if [ $(echo $documentation | grep -Ec "[1-9]+ undocumented|\[warn\]") -gt 0 ]; then
3434
echo "Please resolve documentation issues detected below:"
35-
echo $documentation
35+
echo "$documentation"
3636
exit 1
3737
fi
3838
if output=$(git status --porcelain) && [ ! -z "$output" ]; then

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.0.0](https://github.com/ploperations/ploperations-ssh/tree/1.0.0) (2021-09-18)
6+
7+
[Full Changelog](https://github.com/ploperations/ploperations-ssh/compare/0.10.0...1.0.0)
8+
9+
### Added
10+
11+
- Bump to 1.0.0 to reflect that this is stable [\#27](https://github.com/ploperations/ploperations-ssh/pull/27) ([genebean](https://github.com/genebean))
12+
513
## [0.10.0](https://github.com/ploperations/ploperations-ssh/tree/0.10.0) (2021-07-06)
614

715
[Full Changelog](https://github.com/ploperations/ploperations-ssh/compare/0.9.0...0.10.0)

0 commit comments

Comments
 (0)