https://github.com/taskany-inc/release
Taskany Release CLI
https://github.com/taskany-inc/release
automation cli release
Last synced: 3 months ago
JSON representation
Taskany Release CLI
- Host: GitHub
- URL: https://github.com/taskany-inc/release
- Owner: taskany-inc
- License: mit
- Created: 2023-05-12T21:37:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T11:36:11.000Z (over 1 year ago)
- Last Synced: 2026-03-20T22:36:30.545Z (4 months ago)
- Topics: automation, cli, release
- Language: JavaScript
- Homepage: http://taskany.org
- Size: 229 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Taskany Release CLI
What this package do:
- generates changelog via [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/);
- generates release notes for every version;
- generates some meta info for release workflows.
### Usage
> npm i -D @taskany/release
Add `.release_bot` folder to your `.gitignore`. Call CLI then:
> taskany-release
## License
[MIT](https://github.com/taskany-inc/issues/blob/main/LICENSE)