Skip to content

Commit

Permalink
chore: add release please (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored Dec 18, 2024
1 parent bd9b42f commit 3cbeaf3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: ci/release-please-config.json
manifest-file: ci/.release-please-manifest.json
3 changes: 3 additions & 0 deletions ci/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "4.3.0"
}
13 changes: 13 additions & 0 deletions ci/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"package-name": "sbb_data_scanner",
"release-type": "dart",
"component": "root"
}
},
"include-v-in-tag": false,
"include-component-in-tag": false,
"pull-request-title-pattern": "Release ${version}"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/SchweizerischeBundesbahnen/data-scanner-flutter
issue_tracker: https://github.com/SchweizerischeBundesbahnen/data-scanner-flutter/issues
topics: [scanner]

version: 4.4.0
version: 4.3.0

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit 3cbeaf3

Please sign in to comment.