Skip to content

Commit

Permalink
Merge pull request #100 from WyriHaximus/introduce-release-management…
Browse files Browse the repository at this point in the history
…-shared-workflow

Introduce release management centralised workflow
  • Loading branch information
WyriHaximus authored May 9, 2024
2 parents 24b8544 + d9e91f7 commit 91c3538
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 56 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/craft-release.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/release-managment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Release Management
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened
- milestoned
- demilestoned
- ready_for_review
milestone:
types:
- closed
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release-managment:
name: Create Release
uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.title }}

0 comments on commit 91c3538

Please sign in to comment.