File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040 # This works with versions while add --version isn't
4141 chglog init
4242
43- changelog :
43+ changelog : $( GO_FILES )
4444 chglog init
4545 chglog format --template repo > CHANGELOG.md
4646 go run main.go docs && git add docs
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ See [docs](./docs/tome-cli.md) for expanded instructions
4646 - root folder's scripts
4747 - root script's flags and arguments (when they satisfy the --complete and TOME_COMPLETION interface)
4848- Gitignore like syntax for ignoring scripts by using a ` .tome_ignore ` file at base of root folder
49- -
5049
5150# Capabilities
5251
@@ -56,7 +55,7 @@ See [docs](./docs/tome-cli.md) for expanded instructions
5655- [x] cross compilation via goreleaser
5756- [ o] test harness for the commands
5857 - [x] e2e tests wrapped in deno unit tests
59- - [ ] Add tests for backwards compatibility with prior tome
58+ - [x ] Add tests for backwards compatibility with prior tome
6059 - [ ] cobra testing for commands
6160- [x] supports aliasing tool to shorthand name
6261- [x] Determines root folder based on:
Original file line number Diff line number Diff line change 1- 0.1.0-rc5
1+ 0.1.0
You can’t perform that action at this time.
0 commit comments