File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11Change 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+
414v0.7.6 - 2022-02-18
515----------------------------------------
616
Original file line number Diff line number Diff 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')
3538end
3639
3740help "Append the content of bashly.yml to all example READMEs"
You can’t perform that action at this time.
0 commit comments