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

Accept any prefix and suffix of the version string in GitHub release tag #7

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

JasonWei512
Copy link
Owner

For example, if the latest Microsoft Store package version is 1.2.3.0, it will upload MSIX packages to the GitHub release whose tag contains 1.2.3, like:

  • 1.2.3
  • 1.2.3.0
  • v1.2.3.dev
  • Version-1.2.3.0-Preview

Implemented by using a regex \d+\.\d+\.\d+ to match version in tag.

@JasonWei512 JasonWei512 force-pushed the match-tag-with-regex branch from 6818dea to b234238 Compare March 11, 2024 11:28
@JasonWei512 JasonWei512 merged commit 2ae8b8e into develop Mar 11, 2024
2 checks passed
@JasonWei512 JasonWei512 deleted the match-tag-with-regex branch March 15, 2024 08:37
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.

1 participant