-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Part 1: Automatically generate changes with GHA
- Detect changes in
src/rustdoc-json-types - Decide if this is a major or minor version (
FORMAT_VERSIONshould be a decent proxy, but may not be true if JSON format doesn't change but rust does) - Run
./update.sh - Update Cargo.toml
- Update CHANGELOG.md
- Create PR.
Part 2: Automaticly publish to Crates.io
- Detect new version has been merged
- Publish to crates.io
- Do this in a way giving a way with minimal perms.
Overall, I don't think I wan't to automaticly publish on upstream changes, but it would be nice for it to be more automated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.