From 856332423e9935fe544e1f24b7061014304a3be4 Mon Sep 17 00:00:00 2001 From: Doug Gschwind Date: Fri, 1 Sep 2023 11:24:45 -0700 Subject: [PATCH] fix: allow manual releasing for beta releases --- .commitlintrc.yaml | 2 +- .github/workflows/release.yaml | 1 + .pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.commitlintrc.yaml b/.commitlintrc.yaml index 9cb74a7..5d2a5ab 100644 --- a/.commitlintrc.yaml +++ b/.commitlintrc.yaml @@ -1,2 +1,2 @@ extends: - - "@commitlint/config-conventional" + - "@open-turo/commitlint-config-conventional" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 64e00f7..d06ff7c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,6 +3,7 @@ name: Release on: push: branches: [main] + workflow_dispatch: # Handle release versioning automatically with semantic release jobs: semantic-release: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 204b24d..0e7eb30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: