Closed github-actions[bot] closed 1 year ago
@peterwilsoncc @dkotter not certain if we similarly need to version bump to 2.0.1 in https://github.com/10up/distributor/blob/46a26fa0b00e3b428f45430e1426d5de5adf7621/includes/rest-api.php#L385 && https://github.com/10up/distributor/blob/46a26fa0b00e3b428f45430e1426d5de5adf7621/includes/classes/ExternalConnections/WordPressExternalConnection.php#L279 or if that was only needed for 2.0.0 (e.g. for folks crossing the v1 to v2 divide)?
@dkotter @peterwilsoncc @ravinderk open to any of the following items currently in the 2.0.1 milestone getting wrapped up, merged, and included in the release:
But come Monday, we'll want to continue with the 2.0.1 in any case to get the fix out for the distributed author issue (and other updates in the release).
@jeffpaul I started work on https://github.com/10up/distributor/pull/1073. I will wrap it up by the end of next week.
if that was only needed for 2.0.0 (e.g. for folks crossing the v1 to v2 divide)?
Only needed for crossing the divide so no need to bump.
develop
, create a release branch namedrelease/X.Y.Z
for your changes.distributor.php
,package.json
,readme.txt
andtests/php/bootstrap.php
if it does not already reflect the version being released. Indistributor.php
update both the plugin "Version:" property and the pluginDT_VERSION
constant.webpack.config.release.js
.CHANGELOG.md
.CREDITS.md
file with any new contributors, confirm maintainers are accurate.README.md
is geared toward GitHub andreadme.txt
contains WordPress.org-specific content. The two are slightly different.@since
tags indicate the new version, replacingx.x.x
,n.e.x.t
and other placeholders.develop
(or merge the Pull Request), then do the same fordevelop
intotrunk
(git checkout trunk && git merge --no-ff develop
).trunk
contains the stable development version.draft
toready to merge
.stable
branch to ensure the contents of the diffs are as expected.stable
branch and test it locally to ensure everything works as expected. It is recommended that you rename the existingdistributor
directory and check outstable
fresh because switching branches does not delete files. This can be done withgit clone --single-branch --branch stable git@github.com:10up/distributor.git
stable
branch. Paste the changelog fromCHANGELOG.md
into the body of the release and include a link to the closed issues on the milestone. The release should now appear under releases.stable
branch.Due date (optional)
field) and link to GitHub release (in theDescription
field), then close the milestone.X.Y.Z
do not make it into the release, update their milestone toX.Y.Z+1
,X.Y+1.0
,X+1.0.0
, orFuture Release
.