Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 31, 2025

Release-create lacked a switch to keep releases as drafts and its purpose was underspecified.

  • Inputs: Added publish input (default true) and passed it to release-drafter to control draft vs published releases.
  • Docs: Tightened action description to highlight release creation/publishing and monorepo scoping; documented the new input in README usage and inputs table.

Example:

- uses: hoverkraft-tech/ci-github-publish/actions/release/create@<sha>
  with:
    prerelease: "false"
    publish: "false" # keep as draft
Original prompt

On action.yml, Add support for "publish" input, default true.
take advantage of this PR, to improve description, to tell more about this action behavior (keep it concise)


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

Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for publish input in action.yml Add publish input with default true and clarify release-create behavior Dec 31, 2025
Copilot AI requested a review from neilime December 31, 2025 17:43
@neilime neilime marked this pull request as ready for review December 31, 2025 17:48
@neilime neilime changed the title Add publish input with default true and clarify release-create behavior feat(release/create): add support for "publish" input Dec 31, 2025
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