-
-
Notifications
You must be signed in to change notification settings - Fork 53
3.0.3 release #134
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
base: master
Are you sure you want to change the base?
3.0.3 release #134
Conversation
Any news on releasing 3.0.3 ? |
@dominic-ks Oh, I'm so sorry, this fell off the radar! – Yes, let's do this! 👌 Do we have a documentation somewhere what the steps for preparing, creating, and publishing a release are? Because the current PR does not update the plugin version constant: Line 22 in 25df387
I didn't check other places, this one was just visible in the diff context. I'm usually documenting this step-by-step (so that a monkey could do it) for all the projects and plugins I'm maintaining elsewhere, because release procedures are usually special and frequently forgotten about if you only do it once per year or so… 😉 I actually don't know how it works for the jwt-auth plugin currently - I believe you added a GitHub Action but it did not work the last time? With regard to the general question of who can approve/create releases – I'm just seeing myself as a contributor to this plugin as well. 😅 I would argue in favor of common sense – it would be wise to discuss security related changes in-depth in the PRs before merging them, but other/smaller changes can be merged and released as with any other plugin. And if there are security related changes in master already, then they should be fine to release, too. Does that make sense? Admittedly, looking at the current list of open PRs and the nature of this plugin, the majority of them are related to site security or reliability, either directly or indirectly, so there might not be so many simple changes after all… 🙈 – but yeah, I guess it boils down to having a clear consensus on all PRs that could have an impact on security or a potential change in behavior for all the existing sites in any way. |
Oh I remember, you explained part of the process a while ago in #121 (comment) |
Hey @sun, yes, I'm in favour of allowing small changes to just be published. We may also want to consider a period of time as well, so that if one of the contributors wants to put a change out and others are not available to review in X time that we just go for it. Obviously all of us have other things going on, but I don't think we should hang back from pushing changes out for long periods as we have done now. I think that some of the workflow runs have been archived or something, it's just showing the 3 failed at the moment, but the latest releases on wp.org have definitely come through the automated action. I can look at drafting a file to document the process for releasing unless you have one from another project we can adapt...? |
Here is a random one I found using a different release process than the GitHub action, but anyway, this just serves as an example for the level of detail and start and end – a good place would be the repo's Wiki: Update
|
OK, back to get this covered off. Looking at what our actual release process is, I feel that we can cover it just adding a few lines to the readme: Release ProcessThis plugin is deployed to WordPress.org via GitHub Actions when a tag is pushed, which can be carried out by any plugin contributors:
|
@sun In reference to your comment here: I don't believe we have anything that would update the changelog automatically, I believe we previously discussed that it should be updated with PRs being merged to master with a placeholder version, and that version would be set on tag / release. |
In case it wasn't already on your radar, make sure to update If it helps, I'm using the same Github Action in my plugin Autoblue, and it's fairly well documented. I have a script ( The action runs whenever a new release (tag) is published, and the last one in this repo seems to be |
@sun as was mentioned here, yes, it'd be good to release this. I guess we don't have a process for releasing, if you have any thoughts, please say, otherwise, I'm just putting this pull request in to update the version tags and if we agree, and it's approved then whoever merges can also just tag the release which will trigger it to go to wp.org. Happy with that?