Skip to content

Automate updating/publishing #18

Open
@aDotInTheVoid

Description

@aDotInTheVoid

Part 1: Automatically generate changes with GHA

  • Detect changes in src/rustdoc-json-types
  • Decide if this is a major or minor version (FORMAT_VERSION should 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions