Skip to content

[WIP] Create a workflow for version release management#4

Draft
Copilot wants to merge 1 commit into
masterfrom
copilot/create-release-workflow
Draft

[WIP] Create a workflow for version release management#4
Copilot wants to merge 1 commit into
masterfrom
copilot/create-release-workflow

Conversation

Copilot AI commented Nov 16, 2025

Copy link
Copy Markdown

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>Create a Release workflow</issue_title>
<issue_description>Create a workflow that:

  1. Creates a $version var that holds the version metadata for the project, minus any suffixes identifying it as a dev version (e.g., .dev, -SNAPSHOT)
  2. Creates a release branch, release/$version
  3. On the release branch, update the version metadata to $version
  4. Create a $tag var that contains tag/$version in anticipation of creating a GIT tag for this version
  5. Update any links to GitHub in README.md to point to the release tag branch
  6. Create a tag for the release, and a bugfix branch, from the release branch
  7. Create a GitHub release
  8. On the main branch, iterate the minor version number</issue_description>

<agent_instructions>Create a straightforward usage guide that explains what the extension does and how to use it. Avoid hyperbole and marketing terms, and use UK english.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@minouris

Copy link
Copy Markdown
Owner

Retry, please

@minouris

Copy link
Copy Markdown
Owner

@copilot Reject all reviews, and retry

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.

Create a Release workflow

2 participants