Skip to content

Commit 07a2d6f

Browse files
committed
Fix makefile release target
1 parent 18c2502 commit 07a2d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ clean:
3939
release:
4040
@echo '1. `cai changelog <first-commit-hash>`'
4141
@echo '2. `git add ./changelog.md && git commit -m "Update changelog"`'
42-
@echo '3. `cargo release major / minor / patch`'
42+
@echo '3. `cargo release --package textalyzer major / minor / patch`'
4343
@echo '4. Create a new GitHub release at https://github.com/ad-si/Textalyzer/releases/new'
4444
@echo \
4545
"5. Announce release on \n" \

0 commit comments

Comments
 (0)