Skip to content

Bump your rust repo's version automatically, using conventional commits to generate a changelog and determine the correct new version.

Notifications You must be signed in to change notification settings

maidsafe/rust-version-bump-branch-creator

Repository files navigation

Rust Version Bump Branch Creator

Using conventional commits this action will automatically detect the appropriate version for a release, update the changelog and Cargo.toml and create a new branch and PR for the bump commit.

Inputs

  • token: required Needed to push changes to the bump branch. If this is a standard github action secret, and not a personal access token, it can still push, but this will not trigger any other actions.It is recommended to use a Personal Access Token which is different to any you may be using to automatically merge PRs... (eg. with merge me action).

  • target_branch: optional The branch to compare against when determining the commits in the release. The default is main.

About

Bump your rust repo's version automatically, using conventional commits to generate a changelog and determine the correct new version.

Resources

Stars

Watchers

Forks

Packages

No packages published