Skip to content

Commit d4bedcf

Browse files
committed
Update CHANGELOG.md
[ci skip]
1 parent ab1580d commit d4bedcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77

88
jobs:
99
build:
10+
if: "!contains(github.event.head_commit.message, 'ci skip')"
1011
strategy:
1112
fail-fast: false
1213
matrix:

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v3.0.0...HEAD):
3+
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v3.1.0...HEAD):
44

5-
* [@scott-xu]: feature: add API for setting default value on options and arguments, and display them in help text ([#389])
5+
* [@scott-xu] and [@natemcmaster]: feature: add API for setting default value on options and arguments, and display them in help text ([#389] and [#420])
66

77
[#389]: https://github.com/natemcmaster/CommandLineUtils/pull/389
8+
[#420]: https://github.com/natemcmaster/CommandLineUtils/pull/420
89

910
## [v3.1.0](https://github.com/natemcmaster/CommandLineUtils/compare/v3.0.0...v3.1.0)
1011

0 commit comments

Comments
 (0)