Skip to content

Commit

Permalink
fix: made a release and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Jan 8, 2024
1 parent f670c36 commit a2d02af
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: main

permissions:
id-token: write # Enable OIDC
pull-requests: write
contents: write
packages: write
issues: write
permissions: write-all

on: [pull_request, push]

Expand Down Expand Up @@ -43,14 +38,13 @@ jobs:
# if: github.ref == 'refs/heads/main' todo! will reenable

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run Release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
release-type: dart
package-name: flutter-unity-widget
default-branch: main
signoff: "Rex Raphael <[email protected]>"
token: ${{ secrets.GIT_TOKEN }}
config-file: release-please-config.json
# manifest-file: .release-please-manifest.json

1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2022.2.0
## 2022.2.1

* Minor improvements

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2022.2.1
homepage: https://github.com/juicycleff/flutter-unity-view-widget/tree/master

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=3.3.0"

dependencies:
Expand Down
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"release-type": "dart",
"signoff": "Rex Raphael <[email protected]>",
"versioning-strategy": "always-bump-minor"
}

0 comments on commit a2d02af

Please sign in to comment.