We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae1db1 commit dce22a6Copy full SHA for dce22a6
.github/workflows/publish.yaml
@@ -11,12 +11,21 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
- uses: dart-lang/setup-dart@v1
17
- name: Install dependencies
18
run: dart pub get
19
- name: Add version
20
run: |
21
echo -e "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
22
+ - name: Update CHANGELOG
23
+ uses: requarks/changelog-action@v1
24
25
+ token: ${{ secrets.NITRIC_BOT_TOKEN }}
26
+ fromTag: ${{ github.ref_name }}
27
+ toTag: v1.0.0
28
+ writeToFile: true
29
- name: Check Publish Warnings
30
run: dart pub publish --dry-run
31
- name: Publish
CHANGELOG.md
0 commit comments