mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
refactor: interface for versioning strategy (#109)
This commit is contained in:
parent
11f8403241
commit
ef1d92cff0
5 changed files with 15 additions and 12 deletions
|
|
@ -86,7 +86,7 @@ func run(cmd *cobra.Command, _ []string) error {
|
|||
logger,
|
||||
flagBranch,
|
||||
conventionalcommits.NewParser(logger),
|
||||
versioning.SemVerNextVersion,
|
||||
versioning.SemVer,
|
||||
extraFiles,
|
||||
[]updater.NewUpdater{updater.Generic},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue