urgent reset the version value #3982
dnyandeobharambe
started this conversation in
General
Replies: 2 comments 13 replies
-
Maybe you can try setting the ignore configuration ignore:
sha: []
commits-before: yyyy-MM-ddTHH:mm:ss |
Beta Was this translation helpful? Give feedback.
7 replies
-
Just as additional info. I am attaching complete log , so somebody can guide me |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using version 5.11.1 tried 5.12 too. I am testing it using my feature branch. I expect my next version should be 1.1.1. But it not consider this and set something like 3082025.2.0+1 . Can I reset this values so that I can use custom for first time using next-version or explicitly tag repo with number.
I already try to delete tag and all but it did not helped me. Here is my config
next-version: 1.1.1
major-version-bump-message: '+semver:\s?(breaking|major)'
minor-version-bump-message: '+semver:\s?(feature|minor)'
patch-version-bump-message: '+semver:\s?(fix|patch)'
no-bump-message: '+semver:\s?(none|skip)'
branches:
release:
regex: ^releases?[/-]
tag: ''
feature:
regex: ^feature?[/-]
tag: ''
Note- I configured it in azure devops and using it in pipeline.
I already trying this from last 3 days. Already post question but not much inputs. If nothing works then I have to scrap it and look alternate library for semantic versioning in my pipeline
Beta Was this translation helpful? Give feedback.
All reactions