https://github.com/blacha/rust-release-test
https://github.com/blacha/rust-release-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blacha/rust-release-test
- Owner: blacha
- Created: 2023-02-24T22:13:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T22:36:27.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:47:12.812Z (10 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Testing rust release processes
Using [release-please](https://github.com/googleapis/release-please) and github actions to automatically
- Create a pull request to releases when changes are detected
On release:
- Create CHANGELOG.md from [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
- Create git tags.
- Update Cargo.toml/Cargo.lock with the new version
- Build binaries for multiple systems and add them to the github release