woodpecker-ci / plugin-ready-release-go

Automatically creates release pull-request which when merged will trigger a release
MIT License
3 stars 2 forks source link

Can you alter the tag for a release? #191

Closed Andre601 closed 1 month ago

Andre601 commented 1 month ago

I'm using the tag pattern v<major>.<minor>.<patch> but looking at this plugin it seems to only allow <major>.<minor>.<patch>? Can this be configured somewhere? Or does the plugin recognize other patterns and adabt to them?

If neither is the case would it be great to have the option to configure the tag pattern to use.

qwerty287 commented 1 month ago

There's the config https://github.com/woodpecker-ci/plugin-ready-release-go/blob/a8e69aab1693a53b246a6b7734bcefc95e796d5b/src/utils/types.ts#L16

Andre601 commented 1 month ago

There's the config

https://github.com/woodpecker-ci/plugin-ready-release-go/blob/a8e69aab1693a53b246a6b7734bcefc95e796d5b/src/utils/types.ts#L16

Thanks.