Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: be able to use fixed version #65

Open
ivanmarban opened this issue Aug 9, 2023 · 1 comment
Open

Feature: be able to use fixed version #65

ivanmarban opened this issue Aug 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ivanmarban
Copy link

Thanks for making this great action! I found it very useful but I miss "more control" over the version instead of being calculated automatically.

Maybe the action could have a new command option fixed for example and version then will accept the fixed semver string.

- name: update changelog
  uses: release-flow/keep-a-changelog-action@v2
  with:
    command: fixed
    version: 1.0.0-rc.1
    tag-prefix: v
    changelog: CHANGELOG.md
    keep-unreleased-section: true
@richtea richtea added the enhancement New feature or request label Aug 10, 2023
@richtea
Copy link
Contributor

richtea commented Aug 10, 2023

Hi @ivanmarban , glad you're finding it useful. I think your suggestion is a good one - there's nothing wrong with doing something manually if you need the control! I'll keep this feature on the backlog here - a PR would be very welcome, alternatively I will take a look once I've finished the feature I'm currently working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants