Skip to content

Commit 6f154c3

Browse files
committed
0.1.0 release
1 parent cd1ca05 commit 6f154c3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tag:
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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-rc5
1+
0.1.0

0 commit comments

Comments
 (0)