meda 0b27479ce3
All checks were successful
Gitbump CI / test (push) Successful in 51s
Gitbump CI / build (push) Successful in 8s
Gitbump CI / notify-failure (push) Has been skipped
Merge pull request 'chore(deps): update actions/setup-go action to v6' (#3) from renovate/actions-setup-go-6.x into master
Reviewed-on: #3
2026-02-15 21:30:29 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-12 12:52:34 +01:00
2026-02-15 16:32:55 +00:00

gitbump

Automatically bump version and tag based on commit messages.

Usage as Gitea/GitHub Action

Add this to your workflow:

jobs:
  bump:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: actions/setup-go@v5
        with:
          go-version: '1.23'
      - uses: https://gitea.com/your-user/gitbump@master

Inputs

Input Description Default
dry-run Show what would be done without making changes false
bump Force specific bump type (major, minor, or patch)
prefix Version prefix v
no-push Create tag but don't push to remote false
major-patterns Comma-separated list for major version bumps bump major,breaking change
minor-patterns Comma-separated list for minor version bumps bump minor,feat
patch-patterns Comma-separated list for patch version bumps bump patch,fix
chore-patterns Comma-separated list for commits that should be ignored chore,bump:skip

TODO

Description
No description provided
Readme 44 KiB
Languages
Go 74.5%
Just 25.5%