Skip to content

๐Ÿ“ Draft release

Actions
Create a draft release
v0.8.0
Latest
Starย (2)

Milestones

Github action to create draft releases from closed milestones.

Marketplace

Available on GitHub marketplace: draft-release

Documentation

quaternionmedia.github.io/milestones

Example

To use this action, simple place the following file in your .github/workflows/ folder.

name: ๐Ÿ“ Draft Release
on:
  milestone:
    types: [closed]
jobs:
  release:
    name: โœ๏ธ Create draft release
    runs-on: ubuntu-latest
    steps:
      - name: ๐Ÿ“ฐ Checkout
        uses: actions/checkout@v3

      - name: ๐Ÿ“ฆ Create release from milestone
        uses: quaternionmedia/milestones@main

Credits

Quaternion Media, LLC

๐Ÿ“ Draft release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Create a draft release
v0.8.0
Latest

๐Ÿ“ Draft release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.