Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 22, 2025

  • Explore repository structure and understand CHANGELOG format
  • Create GitHub Action workflow for manual release creation
  • Create script to parse CHANGELOG and extract latest release notes
  • Test the workflow with all packages
  • Validate workflow syntax and security
  • Address code review feedback
  • Run security checks with CodeQL
  • Add documentation to script
  • Replace direct GitHub API with softprops/action-gh-release
  • Fix expression spacing for consistency
  • Final verification complete
Original prompt

create a GitHub action that should be triggered on demand manually and taking the name of the package to be published (from a list). it then takes the last release note from the changelog file of this package and create the appropriate GitHub release with the right title, description and tag


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@changeset-bot
Copy link

changeset-bot bot commented Dec 22, 2025

⚠️ No Changeset found

Latest commit: e62a72d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

fetch-depth: 0
- name: Create Release
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
Copy link
Owner

Choose a reason for hiding this comment

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

@copilot we already have an action playing with GitHub releases, reuse the same utility

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated to use softprops/action-gh-release instead of the GitHub REST API directly. Changes in commit 3210e54.

Copilot AI changed the title [WIP] Add GitHub action for manual release creation ✨ Add manual GitHub Action to create releases from CHANGELOG Dec 22, 2025
Copilot AI requested a review from dubzzz December 22, 2025 14:27
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.

2 participants