Skip to content

🚀[Feature] Specify configuration using a config file#18

Merged
Marius Storhaug (MariusStorhaug) merged 40 commits intomainfrom
mast/config
Feb 17, 2024
Merged

🚀[Feature] Specify configuration using a config file#18
Marius Storhaug (MariusStorhaug) merged 40 commits intomainfrom
mast/config

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Feb 17, 2024

Bug fixes:

  • Fixes an issue that would fail when creating the 11th incremental prerelease. Sorting was done on tagName. This cause the sorting to not sort *.10 at the end, leaving *.9 as the last prerelease, and trying to publish a *.10 again. Changed to sorting on the incremental number of the tag name.
  • Fixes an issue that would create a prerelease even when a PR gets closed, leaving the latest prerelease in place after automatic cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a settings file to contain config

1 participant