Skip to content

Commit de4fa12

Browse files
committed
changelog
1 parent 4257ed0 commit de4fa12

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
========================================
33

4+
v0.7.7 - 2022-02-20
5+
----------------------------------------
6+
7+
- Add bashly version to generated script header comment
8+
- Fix whitelist filter on repeatable flags
9+
- Add BASHLY_LIB_DIR configuration variable
10+
- Add more friendly errors on invalid configuration
11+
- Adjust YAML loading to allow aliases in Ruby 3.1
12+
13+
414
v0.7.6 - 2022-02-18
515
----------------------------------------
616

Runfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ action :changelog do
3232
system "git changelog --save"
3333
# append older changelog (prior to switching to git-changelog)
3434
system "cat .changelog.old.md >> CHANGELOG.md"
35+
36+
# Fix typos
37+
File.write "CHANGELOG.md", File.read("CHANGELOG.md").gsub('repeatableflags', 'repeatable flags')
3538
end
3639

3740
help "Append the content of bashly.yml to all example READMEs"

0 commit comments

Comments
 (0)