Skip to content
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.3.0 #161

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Release: 2.3.0 #161

wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 14, 2025

  • Branch: Starting from develop, cut a release branch named release/X.Y.Z for your changes.
  • Changelog: Add/update the changelog in CHANGELOG.md.
  • Props: update CREDITS.md file with any new contributors, confirm maintainers are accurate.
  • Readme updates: Make any other readme changes as necessary in README.md.
  • Merge: Make a non-fast-forward merge from your release branch to develop (or merge the pull request), then merge develop into stable (git checkout stable && git merge --no-ff develop).
  • Push: Push your stable branch to GitHub (e.g. git push origin stable).
  • Release: Create a new release, naming the tag and the release with the new version number, and targeting the stable branch. Paste the changelog from CHANGELOG.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.
  • Ensure the release appears in the GitHub Marketplace correctly.
  • 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.
  • Punt incomplete items: If any open issues or PRs which were milestoned for X.Y.Z do not make it into the release, update their milestone to X.Y.Z+1, X.Y+1.0, X+1.0.0 or Future Release.
  • Celebrate shipping!

@github-actions github-actions bot requested a review from a team as a code owner January 14, 2025 15:49
@github-actions github-actions bot requested review from peterwilsoncc and removed request for a team January 14, 2025 15:49
@dkotter dkotter requested review from jeffpaul and removed request for peterwilsoncc January 14, 2025 15:49
@dkotter dkotter self-assigned this Jan 14, 2025
@dkotter dkotter added this to the 2.3.0 milestone Jan 14, 2025
Copy link
Member

@jeffpaul jeffpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, though in the future feel free to lump most of the items noted here into a generic "Documentation updates" changelog entry with the various props/via references there.

@jeffpaul
Copy link
Member

Though I guess one question on #160 for repos that already added the svn step to their workflow file, will things work ok for them (I think we've done that already in a couple places)?

@peterwilsoncc
Copy link
Contributor

Though I guess one question on #160 for repos that already added the svn step to their workflow file, will things work ok for them (I think we've done that already in a couple places)?

@jeffpaul Should do, #160 includes a command -v check to only install the command if it isn't available. For repos that have added it to thei build steps, installation will be skipped.

@felixarntz
Copy link

Hey all, just stumbled across this. Curious when you're planning to publish this release?

I'm asking since the change with ubuntu-latest is preventing me from deploying plugin releases. I know there's a workaround, but since I saw this I thought it might be worth to just wait for the new release :)

@jeffpaul
Copy link
Member

@felixarntz we'll get the release out this week, chasing down some things elsewhere but should be able to get back to this shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants