Skip to content

Commit ca7af7d

Browse files
authored
Merge pull request #564 from TypedDevs/feat/create-release-script
Create release script
2 parents 89b10bb + 9824d15 commit ca7af7d

File tree

6 files changed

+745
-0
lines changed

6 files changed

+745
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Add `--failures-only` flag to suppress passed/skipped/incomplete tests and show only failures
99
- Add `--no-color` flag to disable ANSI color output (also supports `NO_COLOR` env var per no-color.org standard)
1010
- Add multiple assertions support in standalone mode: `bashunit assert "cmd" exit_code "1" contains "error"`
11+
- Add `release.sh` script to automate the release process with dry-run support
1112

1213
### Changed
1314
- **BREAKING:** Rename `--preserve-env` flag to `--skip-env-file` for clearer semantics

0 commit comments

Comments
 (0)