-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
78 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Create Release | ||
|
||
on: | ||
push: | ||
tags: | ||
- '*' | ||
|
||
jobs: | ||
create-release: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Get Latest Changelog Entry | ||
id: get-changelog | ||
run: | | ||
changelog=$(awk '/^mx-packageinstaller/{i++} i==1' debian/changelog | grep '^[[:space:]]*\*') | ||
echo "changelog<<EOF" >> $GITHUB_ENV | ||
echo "$changelog" >> $GITHUB_ENV | ||
echo "EOF" >> $GITHUB_ENV | ||
- name: Create Release | ||
id: create_release | ||
uses: ncipollo/release-action@v1 | ||
with: | ||
name: Release ${{ github.ref_name }} | ||
body: | | ||
### Automated release created for tag *${{ github.ref_name }}* | ||
- Direct download link: [![build service)](https://build.opensuse.org/projects/home:mx-packaging/packages/mx-packageinstaller/badge.svg?type=default)](https://software.opensuse.org//download.html?project=home%3Amx-packaging&package=mx-packageinstaller) | ||
- In repos: [![latest packaged version](https://repology.org/badge/latest-versions/mx-packageinstaller.svg)](https://repology.org/project/mx-packageinstaller/versions) | ||
### Changelog | ||
${{ env.changelog }} | ||
draft: false | ||
prerelease: false |
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,3 +1,9 @@ | ||
mx-packageinstaller (24.6.03) mx; urgency=medium | ||
|
||
* Fix: enabling/disabling extra partition | ||
|
||
-- Adrian <[email protected]> Thu, 20 Jun 2024 09:37:38 -0400 | ||
|
||
mx-packageinstaller (24.6.02) mx; urgency=medium | ||
|
||
* Add flatpak-verified repo | ||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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,32 @@ | ||
-----BEGIN PGP SIGNED MESSAGE----- | ||
Hash: SHA512 | ||
|
||
Format: 3.0 (native) | ||
Source: mx-packageinstaller | ||
Binary: mx-packageinstaller | ||
Architecture: any | ||
Version: 24.6.03 | ||
Maintainer: Adrian <[email protected]> | ||
Standards-Version: 3.9.8 | ||
Vcs-Git: git://github.com/AdrianTM/mx-packageinstaller | ||
Build-Depends: debhelper (>= 10), qtbase5-dev, qttools5-dev-tools | ||
Package-List: | ||
mx-packageinstaller deb admin optional arch=any | ||
Checksums-Sha1: | ||
5c2cd3684f72b9ca9d55714641edb146fc60697b 304824 mx-packageinstaller_24.6.03.tar.xz | ||
Checksums-Sha256: | ||
e49cf5901c8c2c8e3b096e32b22bf38a774c61bac80f36cdd928afe5759659be 304824 mx-packageinstaller_24.6.03.tar.xz | ||
Files: | ||
9cd439a5b64b0082190a544465e1ded3 304824 mx-packageinstaller_24.6.03.tar.xz | ||
|
||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iQFHBAEBCgAxFiEE8ndToY6S45N+YzXncJOMeAZ57pgFAmZ0MP0THGFkcmlhbkBt | ||
eGxpbnV4Lm9yZwAKCRBwk4x4BnnumJ8eCADR/b6IrRbfepBYXMEz0BVOM7nnMzcT | ||
jvg0AyMa53W0mWVPV+w8Mye0LTfkC3x+Bbm0xevk6rOklfQ1fSVK8dpF3+1UXF8X | ||
7LiadyNScptu9rnXQ//qZ/fqrWiNiIAAgT8LEmiUUqgY3PM4Og0gngJRXmhDsC3y | ||
ZZ2M5SkMzAjJ67XElNkB049lIAhdLNxmQAsgCzLr3O7DCOXrQqAov0/+cM+1IlRp | ||
seHp+uQnJf7xbOyeAAorkwLrBJNMyZBIHGMOR5Si/ba7/cy1sjxl/AT3go/U6q5M | ||
3YqP2cYY5Jd2CDuFg7Y4CP8WPThj4XoNnVCWuvLctkdJvuca5Tm2tKGx | ||
=mXo7 | ||
-----END PGP SIGNATURE----- |
Binary file not shown.
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