Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add support for draft Github releases #1193

Open
Labels
confirmedPrevent from becoming stalefeatureA new feature or a feature requesthelp-wantedExtra attention is required
@rantoniuk

Description

@rantoniuk

Feature Request

Description

GH supportsdraft releases (on the contrary to pre-releases) but I don't see anydraft reference onGHA docs.

Currently I have the following GH workflow:

      - name: Calculate version        uses: python-semantic-release/python-semantic-release@v9.9.0        id: semantic-release        with:          root_options: "-c .semantic-release.toml"          github_token: ${{ steps.ghactions-auth.outputs.token }}          push: "false"          changelog: "false"          vcs_release: "false"      - name: Create GH release         uses: ncipollo/release-action@v1        with:          token: ${{ steps.ghactions-auth.outputs.token }}          tag: ${{ steps.semantic-release.outputs.tag }}          removeArtifacts: true          generateReleaseNotes: true          draft: true          allowUpdates: true          updateOnlyUnreleased: true

The above workflow runs only on feature (non-main) branches, determines the version and creates a draft GH release. If the release exists already, it is updated (i.e. the release notes are re-generated).

I'd like to move fully topython-semantic-release because it generates better decorated GH Release Notes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedPrevent from becoming stalefeatureA new feature or a feature requesthelp-wantedExtra attention is required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp