-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/add-lint-rule-public_member_api_docs
- Loading branch information
Showing
13 changed files
with
5,601 additions
and
5,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Publish to pub.dev | ||
|
||
on: | ||
push: | ||
tags: | ||
- "[0-9]+.[0-9]+.[0-9]+*" # Tag must be the trigger, defined on pub.dev in the package settings | ||
# https://dart.dev/tools/pub/automated-publishing#hardening-security-with-tag-protection-rules-on-github | ||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
environment: pub.dev # is configured in repo settings with secrets | ||
permissions: | ||
id-token: write # Required for authentication using OIDC | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
ssh-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} | ||
|
||
- name: Setup Flutter SDK | ||
uses: flutter-actions/setup-flutter@v3 | ||
with: | ||
channel: stable | ||
version: latest | ||
cache: true | ||
cache-sdk: true | ||
cache-key: flutter-cache | ||
|
||
- run: flutter pub get | ||
|
||
- uses: flutter-actions/setup-pubdev-credentials@v1 | ||
|
||
- run: flutter pub publish --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,55 @@ | ||
|
||
|
||
## [0.0.5](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.4...0.0.5) (2024-09-20) | ||
|
||
|
||
### 🚀 Continuous Integration | ||
|
||
* add checkout step to pub.dev workflow ([#30](https://github.com/evva-sfw/abrevva-flutter/issues/30)) ([9ca8261](https://github.com/evva-sfw/abrevva-flutter/commit/9ca82614a657fccba066f4545f592505fb83c2c3)) | ||
|
||
### Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### [0.0.5](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.4...0.0.5) | ||
|
||
- ci: add checkout step to pub.dev workflow [`#30`](https://github.com/evva-sfw/abrevva-flutter/pull/30) | ||
|
||
#### [0.0.4](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.3...0.0.4) | ||
|
||
> 20 September 2024 | ||
- ci: use flutter toolchain instead of dart [`#29`](https://github.com/evva-sfw/abrevva-flutter/pull/29) | ||
|
||
#### [0.0.3](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.2...0.0.3) | ||
|
||
> 20 September 2024 | ||
- ci: move pub.dev workflow to workflow folder [`#28`](https://github.com/evva-sfw/abrevva-flutter/pull/28) | ||
|
||
#### 0.0.2 | ||
|
||
> 20 September 2024 | ||
- ci: separate release-it and pub.dev publish to comply with dev.pub settings [`#27`](https://github.com/evva-sfw/abrevva-flutter/pull/27) | ||
- ci: checkout git tag for flutter to be able to publish [`#26`](https://github.com/evva-sfw/abrevva-flutter/pull/26) | ||
- ci: add pubdev credentials setup to release workflow [`#25`](https://github.com/evva-sfw/abrevva-flutter/pull/25) | ||
- ci: increase verbose on release-it [`#24`](https://github.com/evva-sfw/abrevva-flutter/pull/24) | ||
- ci: test if workflow breaks because of custom action [`#22`](https://github.com/evva-sfw/abrevva-flutter/pull/22) | ||
- ci: fix flutter setup in release workflow [`#20`](https://github.com/evva-sfw/abrevva-flutter/pull/20) | ||
- ci: rearrange release steps to fix missing git config author [`#19`](https://github.com/evva-sfw/abrevva-flutter/pull/19) | ||
- ci: add name to package.json [`#18`](https://github.com/evva-sfw/abrevva-flutter/pull/18) | ||
- fix: corrected path for semantic workflow [`#17`](https://github.com/evva-sfw/abrevva-flutter/pull/17) | ||
- build(deps): bump flutter_lints from 2.0.3 to 4.0.0 [`#5`](https://github.com/evva-sfw/abrevva-flutter/pull/5) | ||
- ci: sync npm package jsons [`#16`](https://github.com/evva-sfw/abrevva-flutter/pull/16) | ||
- ci: fix flutter setup for release pipeline [`#15`](https://github.com/evva-sfw/abrevva-flutter/pull/15) | ||
- fix: changed cache worklow path [`#13`](https://github.com/evva-sfw/abrevva-flutter/pull/13) | ||
- ci: fix install cmd for dart deps [`#14`](https://github.com/evva-sfw/abrevva-flutter/pull/14) | ||
- ci(workflow): added cleanup cache workflow & switched to global workflows [`#12`](https://github.com/evva-sfw/abrevva-flutter/pull/12) | ||
- ci: release-it workflow setup [`#6`](https://github.com/evva-sfw/abrevva-flutter/pull/6) | ||
- ci(test): fixed typo in Test Workflow; renamed all workflow and jobnames [`#10`](https://github.com/evva-sfw/abrevva-flutter/pull/10) | ||
- ci: create artifact for test results [`#9`](https://github.com/evva-sfw/abrevva-flutter/pull/9) | ||
- feat: git workflows [`#4`](https://github.com/evva-sfw/abrevva-flutter/pull/4) | ||
- ci: add semantic pr title check [`#1`](https://github.com/evva-sfw/abrevva-flutter/pull/1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.