Skip to content

Commit dc49f35

Browse files
authored
chore: adjust semantic versioning (#84)
1 parent 8a72c62 commit dc49f35

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: semantic-release
3737
uses: cycjimmy/semantic-release-action@v3
3838
with:
39-
semantic_version: 17
39+
semantic_version: 21
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

.releaserc.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
{
22
"branches": ["main"],
33
"plugins": [
4-
"@semantic-release/commit-analyzer",
4+
[
5+
"@semantic-release/commit-analyzer",
6+
{
7+
"preset": "angular",
8+
"releaseRules": [
9+
{ "type": "docs", "scope": "README", "release": "patch" },
10+
{ "type": "refactor", "release": "patch" },
11+
{ "type": "style", "release": "patch" },
12+
{ "type": "chore", "release": "patch" },
13+
{ "type": "build", "release": "patch" }
14+
],
15+
"parserOpts": {
16+
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
17+
}
18+
}
19+
],
520
"@semantic-release/release-notes-generator",
621
"@semantic-release/github"
722
]

docker/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.8'
33
services:
44
db:
55
container_name: stripe-db
6-
image: supabase/postgres:15.1.0.86
6+
image: supabase/postgres:15.1.0.104
77
command: postgres -c config_file=/etc/postgresql/postgresql.conf
88
restart: unless-stopped
99
ports:

0 commit comments

Comments
 (0)