Skip to content

Commit

Permalink
Align process
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 5, 2024
1 parent c3a3dce commit 635953f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes

changelog:
categories:
- title: Breaking Changes
labels:
- Major
- Breaking
- title: New Features
labels:
- Minor
- Feature
- Improvement
- Enhancement
- title: Other Changes
labels:
- '*'
11 changes: 9 additions & 2 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Process-PSModule

on:
push:
workflow_dispatch:
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit 635953f

Please sign in to comment.