-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: bump version for protected branches #27
Conversation
the auto bump does not work for protected branches, which some plugins have configured
yq is already included in new GitHub Action virtual-environments in a recent enough version
Just to make sure I'm reading this correctly- this change requires all plugins that use the workflows to have a |
Nope its optional. (on porous) However, if we opt to not have it my vote would go for setting the assembly version in ALL plugins to version |
Only supports `Directory.Build.props` in base directory. Should fix jellyfin/jellyfin#11238 Related to changes in jellyfin/jellyfin-meta-plugins#27 See also jellyfin/jellyfin-plugin-webhook#116 for PR adding this file. See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022 for documentation on the file.
Description
Sorry for taking so long with this simple fix, but live got in the way and motivation bit hard to build up.
This PR will reintroduce the version bump to the 'changelog' workflow that then gets part of the generated PRs.
Changes
Issues