Skip to content

Commit

Permalink
fix(ci): linux release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Sep 11, 2023
1 parent 21c75d9 commit a5d8f54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,6 @@ jobs:
with:
gpg_private_key: ${{ secrets.FLATPAK_GPG_KEY }}
passphrase: ${{ secrets.FLATPAK_GPG_PASSPHRASE }}
- if: startsWith(github.ref, 'refs/tags/')
name: Add release notes
run: |
git config --global --add safe.directory '*'
./scripts/gen-metainfo-release.sh ${{ github.ref_name }}
- if: startsWith(github.ref, 'refs/tags/')
name: Push release notes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(linux): generate release notes"
file_pattern: data/com.expidusos.calculator.metainfo.xml
- name: Build Flutter
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/${{ matrix.channel }}-3.10.2-${{ matrix.arch }}
Expand Down Expand Up @@ -243,7 +232,7 @@ jobs:
flutter build windows --release --build-number $GITHUB_RUN_NUMBER --dart-define=COMMIT_HASH=$GITHUB_SHA --dart-define=SENTRY_DSN=${{ secrets.SENTRY_DSN }}
pushd build/windows/x64/runner/Release
7z a ../../../../com.expidusos.calculator-windows-${{ matrix.arch }}.zip . -r
7z a ../../../../../com.expidusos.calculator-windows-${{ matrix.arch }}.zip . -r
popd
- name: Upload Windows
uses: actions/upload-artifact@v3
Expand Down
11 changes: 11 additions & 0 deletions data/com.expidusos.calculator.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
</categories>

<releases>
<release version="0.1.1-alpha" date="2023-09-10">
<description>
<ul>
<li>Fix text readability issue</li>
<li>Use math_expressions with the standard calculator</li>
<li>Standard calculator now accepts using a physical keyboard</li>
</ul>
</description>

<url>https://github.com/ExpidusOS/calculator/releases/tag/0.1.1-alpha</url>
</release>
<release version="0.1.0-alpha" date="2023-09-06">
<description>
<p>First release.</p>
Expand Down

0 comments on commit a5d8f54

Please sign in to comment.