-
Notifications
You must be signed in to change notification settings - Fork 53
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
Remove version bump instruction from CONTRIBUTING.md #148
Comments
@davidhaymond seems reasonable. Wonder how it ties into #147 if at all? |
@adrianwells There's a few ways you could set it up, but my recommendation would be to configure GitHub Actions to publish to the PS Gallery when a new release is created in GitHub. The process would be the following:
Of course, if you're planning on a minor release, you wouldn't want to merge any breaking changes until you're ready for a major release. |
+1 for semver on release and moving that out of the contribution guide. There are some nice tools like Also, given the release frequency, creating the release and having a GHA workflow triggered on |
If each PR bumps the version number independently, it will lead to merge conflicts. The version number should only be bumped by the maintainer when publishing a new release.
The text was updated successfully, but these errors were encountered: