No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-23 06:11:32 -06:00
.github Deleted .github/workflows/rebase.yml 2025-03-23 06:11:32 -06:00
test-package chore: upgraded test-package (#74) 2024-09-26 17:17:36 -06:00
.all-contributorsrc docs: add boidolr as a contributor for doc (#58) 2024-03-05 22:58:45 -07:00
.gitignore Added test-package 2023-01-09 20:18:04 -07:00
action.yml fix: only install cargo-bump if it hasn't been installed previously (#72) 2024-09-26 17:12:34 -06:00
CONTRIBUTING.md Initial commit 2023-01-06 13:32:41 -07:00
HISTORY.md Upgraded to v3.0.2 (#73) 2024-09-26 17:18:00 -06:00
LICENSE Initial commit 2023-01-06 13:32:41 -07:00
README.md Update README.md 2024-03-05 23:05:12 -07:00

CI Update release version. Codacy Badge Public workflows that use this action.

All Contributors

cargo-bump

Github action that bumps the current version in your Cargo.toml.

on:
  push:
    tags:
      - v*

jobs:
  bump-version:
    runs-on: ubuntu-latest
    name: Test cargo-bump
    steps:
      - uses: actions/checkout@v4
      - name: Bump version
        uses: tj-actions/cargo-bump@v3
      # Commit and Push changes to the Cargo.toml

See working example here

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
release_type string false The release type (major, minor, patch). (Default: the diff between the current tag and the previous tag)
working-directory string false "." Working directory

Outputs

OUTPUT TYPE DESCRIPTION
new_version string The current project version
old_version string The previous project version
release_type string The difference between two versions
by the release type (major, minor, patch)

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/cargo-bump/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

Contributors

Thanks goes to these wonderful people (emoji key):

Raphael Boidol
Raphael Boidol

📖

This project follows the all-contributors specification. Contributions of any kind welcome!