-
Notifications
You must be signed in to change notification settings - Fork 23
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
Release 2.6.0 #168
Release 2.6.0 #168
Conversation
@Sidsector9 thanks for the PR! Could you please fill out the PR template with description, changelog, and credits information so that we can properly review and merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the release here looks good, but is dependent on getting #166 merged in before proceeding (as I've referenced that item in the changelogs).
@jeffpaul this is ready to be released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for handling the release!
This issue is for tracking changes for the 2.6.0 release. Target release date: 16 May 2023.
Release steps
develop
, cut a release branch namedrelease/2.6.0
for your changes.package.json
,package-lock.json
,readme.txt
, andsimple-page-ordering.php
if it does not already reflect the version being released. Insimple-page-ordering.php
update both the plugin "Version:" property and the pluginSIMPLE_PAGE_ORDERING_VERSION
constant.readme.txt
andCHANGELOG.md
.CREDITS.md
file with any new contributors, confirm maintainers are accurate..distignore
.README.md
is geared toward GitHub andreadme.txt
contains WordPress.org-specific content. The two are slightly different.develop
(or merge the pull request), then do the same fordevelop
intotrunk
, ensuring you pull the most recent changes intodevelop
first (git checkout develop && git pull origin develop && git checkout trunk && git merge --no-ff develop
).trunk
contains the stable development version.trunk
branch to GitHub (e.g.git push origin trunk
).trunk
todevelop
to ensure no additional changes were missed.trunk
branch. Paste the changelog fromCHANGELOG.md
into the body of the release and include a link to the closed issues on the 2.6.0 milestone. The release should now appear under releases and in the WordPress admin as an update as well.Due date (optional)
field) and link to GitHub release (in theDescription field
), then close the milestone.2.6.1
do not make it into the release, update their milestone to2.7.0
,3.0.0
orFuture Release
.