Skip to content

Commit

Permalink
chore(release): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jan 22, 2025
1 parent 9eaba4b commit eaa9922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.1.0 [unreleased]

## 1.0.0 [2025-01-22]

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ publish:
@echo "Publish successful"
@echo ""
@echo "Next steps:"
@echo " - publish updated API documentation by: \"yarn apidoc && yarn apidoc:gh-pages\""
@echo " - publish updated API documentation by: \"yarn typedoc && yarn typedoc:gh-pages\""
@echo " - add new version to CHANGELOG.md"
@echo " - push changes to repository by : \"git commit -am 'chore(release): prepare to next development iteration [skip CI]' && git push\""
@echo ""

0 comments on commit eaa9922

Please sign in to comment.