Standard-version: Custom issue number formats

Created on 4 Aug 2019  ·  9Comments  ·  Source: conventional-changelog/standard-version

We have a separate issue tracker at my company, and our issue numbers are in the format similar to "ABC-123" rather than github "#123". Any way we can provide a regex or something for the issue number format for substitution?

Happy to contribute this feature if you can point me to the things that would need to change.

triaged

Most helpful comment

I've published 7.0.1@next this morning.

All 9 comments

@tommywo we landed this functionality recently right? (addressing @markmsmith's feature request).

it's added to conventional-changelog-conventionalcommits and it can be used with semantic-release, as it allows to set issuePrefixes in parserOpts, but unfortunately i didn't notice its not possible to set in standard-version.

@TheEvilDev / @tommywo / @bcoe: current master works setting issuePrefixes in .versionrc.json (or whatever) - as per your recently added test. If a release is pushed this issue would be resolved

I looking forward to use custom issue prefix. When can we expect the next release?

PS: Great tool, thanks for your work!

@tommywo anything blocking a release of master, I'm not 100% up-to-date with recent work on the project.

No, I would release it before but i don't have permission on npm ¯_(ツ)_/¯

@tommywo sorry about that, I thought it was part of the org; I just sent an invite your way I think?

I've published 7.0.1@next this morning.

@tommywo thank you 👏

Was this page helpful?
0 / 5 - 0 ratings