Skip to content

Commit

Permalink
fix: Add configuration for the Release pipeline. (#148)
Browse files Browse the repository at this point in the history
* fix: Add configuration for the Release pipeline.

* Support Dependabot `chore` PRs.

* Manual trigger for Release workflow.
  • Loading branch information
Charles Sullivan authored Apr 28, 2021
1 parent 5c0835a commit 54945b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Always validate the PR title
titleOnly: true

# https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- chore
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Release
on:
push:
branches:
- main
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 54945b6

Please sign in to comment.