Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved flexibility for tag and main dev branch conventions #93

Merged
merged 1 commit into from
Mar 21, 2021
Merged

Conversation

mockitoguy
Copy link
Contributor

@mockitoguy mockitoguy commented Mar 21, 2021

  • tag convention is now configurable (previously the plugin assumed "v" prefix)
  • the default development branch name can be anything, "master", "main", etc. Previously, it was hardcoded to "master"

Fixes #24, #92

Tested by:

  • new and existing tests
  • ran ./gradlew githubRelease in mockito-kotlin and inspecting the results on GitHub

- tag convention is now configurable (previously the plugin assumed "v" prefix)
- the default development branch name can be anything, "master", "main", etc. Previously, it was hardcoded to "master".
Copy link
Contributor

@shestee shestee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@shestee
Copy link
Contributor

shestee commented Mar 21, 2021

Thanks!

@shestee shestee merged commit a7dabe5 into master Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customize tag format
2 participants