diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 5c7f7ca..8f6154a 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -25,6 +25,8 @@ jobs: deps deps-dev workflow + release + main requireScope: true ignoreLabels: | autorelease: pending diff --git a/release-please-config.json b/release-please-config.json index 9644d40..3a556a0 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,7 @@ { "packages": { - ".": {} + ".": { + "last-release-sha": "203ce0bc11f3cccc34a5eaa93c426ad6db1756bd" + } } }