[x] Branch: Starting from develop, cut a release branch named release/1.4.0 for your changes.
[x] Version bump: Bump the version number in ads-txt.php and readme.txt if it does not already reflect the version being released.
[x] Changelog: Add/update the changelog in both readme.txt and CHANGELOG.md.
[x] Props: update CREDITS.md file with any new contributors, confirm maintainers are accurate.
[x] New files: Check to be sure any new files/paths that are unnecessary in the production version are included in .gitattributes.
[x] Readme updates: Make any other readme changes as necessary. README.md is geared toward GitHub and readme.txt contains WordPress.org-specific content. The two are slightly different.
[x] Merge: Make a non-fast-forward merge from your release branch to develop (or merge the pull request), then do the same for develop into master (git checkout master && git merge --no-ff develop). master contains the stable development version.
[x] Push: Push your master branch to GitHub (e.g. git push origin master).
[x] Release: Create a new release, naming the tag and the release with the new version number, and targeting the master branch. Paste the changelog from CHANGELOG.md into the body of the release and include a link to the closed issues on the milestone (e.g. https://github.com/10up/ads-txt/milestone/4?closed=1).
[x] SVN: Wait for the GitHub Action to finish deploying to the WordPress.org repository. If all goes well, users with SVN commit access for that plugin will receive an emailed diff of changes.
[x] Close milestone: Edit the milestone with release date (in the Due date (optional) field) and link to GitHub release (in the Description field), then close the milestone.
[x] Punt incomplete items: If any open issues or PRs which were milestoned for 1.4.0 do not make it into the release, update their milestone to 1.5.0 or Future Release.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Is your enhancement related to a problem? Please describe.
Release steps
develop
, cut a release branch namedrelease/1.4.0
for your changes.ads-txt.php
andreadme.txt
if it does not already reflect the version being released.readme.txt
andCHANGELOG.md
.CREDITS.md
file with any new contributors, confirm maintainers are accurate..gitattributes
.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
intomaster
(git checkout master && git merge --no-ff develop
).master
contains the stable development version.git push origin master
).master
branch. Paste the changelog fromCHANGELOG.md
into the body of the release and include a link to the closed issues on the milestone (e.g.https://github.com/10up/ads-txt/milestone/4?closed=1
).Due date (optional)
field) and link to GitHub release (in theDescription
field), then close the milestone.1.4.0
do not make it into the release, update their milestone to1.5.0
orFuture Release
.Designs
No response
Describe alternatives you've considered
No response
Code of Conduct