Skip to content

Commit

Permalink
fix: allow manual releasing for beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Sep 1, 2023
1 parent 0d11897 commit 8563324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .commitlintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
extends:
- "@commitlint/config-conventional"
- "@open-turo/commitlint-config-conventional"
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
push:
branches: [main]
workflow_dispatch:
# Handle release versioning automatically with semantic release
jobs:
semantic-release:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: commitlint
language_version: system
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]
additional_dependencies: ["@open-turo/commitlint-config-conventional"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 # Use the ref you want to point at
hooks:
Expand Down

0 comments on commit 8563324

Please sign in to comment.