mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
refactor: interface for versioning strategy
This commit is contained in:
parent
11f8403241
commit
f5ab3e143d
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