Skip to content

Commit

Permalink
Merge pull request #161 from netglue/automatic-releases
Browse files Browse the repository at this point in the history
Set up Laminas Automatic Releases
  • Loading branch information
gsteel authored Nov 3, 2022
2 parents 994ed46 + 3727ca5 commit 7403fa5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 146 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Automatic Releases"

on:
milestone:
types:
- "closed"

jobs:
release:
uses: laminas/workflow-automatic-releases/.github/workflows/[email protected]
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
146 changes: 0 additions & 146 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 7403fa5

Please sign in to comment.