Skip to content

Commit 298be82

Browse files
terovirtanenmhieta
authored andcommitted
build: release-please
1 parent 2c30e51 commit 298be82

4 files changed

Lines changed: 44 additions & 1 deletion

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: release-please
2+
on:
3+
push:
4+
branches:
5+
- main
6+
schedule:
7+
- cron: '1 0 * * *'
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
13+
jobs:
14+
common:
15+
uses: City-of-Helsinki/.github/.github/workflows/release-please.yml@main

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.0.0"
3+
}

azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
batch: true
88
tags:
99
include:
10-
- release-*
10+
- sports-maintenance-dashboard-*
1111
paths:
1212
exclude:
1313
- README.md

release-please-config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"bootstrap-sha": "6cefdea78a9c3f8c77a102c31e8ff744d3fbca85",
3+
"sequential-calls": true,
4+
"packages": {
5+
".": {
6+
"release-type": "node",
7+
"package-name": "sports-maintenance-dashboard",
8+
"changelog-sections": [
9+
{"type": "feat", "section": "Features"},
10+
{"type": "fix", "section": "Bug Fixes"},
11+
{"type": "perf", "section": "Performance Improvements"},
12+
{"type": "deps", "section": "Dependencies"},
13+
{"type": "revert", "section": "Reverts"},
14+
{"type": "docs", "section": "Documentation"},
15+
{"type": "style", "section": "Styles", "hidden": true},
16+
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true},
17+
{"type": "refactor", "section": "Code Refactoring", "hidden": true},
18+
{"type": "test", "section": "Tests", "hidden": true},
19+
{"type": "build", "section": "Build System", "hidden": true},
20+
{"type": "ci", "section": "Continuous Integration", "hidden": true}
21+
]
22+
}
23+
},
24+
"plugins": ["sentence-case"]
25+
}

0 commit comments

Comments
 (0)