forked from AG_QGIS/Plugin_Test_Action
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fa2861040 | ||
|
|
4790001f30 | ||
|
|
2eacee23f5 |
@@ -97,9 +97,9 @@ jobs:
|
|||||||
CONTENT="${CONTENT//\{\{VERSION\}\}/${{ steps.releaseinfo.outputs.version }}}"
|
CONTENT="${CONTENT//\{\{VERSION\}\}/${{ steps.releaseinfo.outputs.version }}}"
|
||||||
CONTENT="${CONTENT//\{\{AUTHOR\}\}/${{ steps.info.outputs.author }}}"
|
CONTENT="${CONTENT//\{\{AUTHOR\}\}/${{ steps.info.outputs.author }}}"
|
||||||
CONTENT="${CONTENT//\{\{EMAIL\}\}/${{ steps.info.outputs.email }}}"
|
CONTENT="${CONTENT//\{\{EMAIL\}\}/${{ steps.info.outputs.email }}}"
|
||||||
CONTENT="${CONTENT//\{\{HOMEPAGE\}\}/${{ steps.info.outputs.homepage }}}"
|
CONTENT="${CONTENT//\{\{HOMEPAGE\}\}/${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}}"
|
||||||
CONTENT="${CONTENT//\{\{TRACKER\}\}/${{ steps.info.outputs.tracker }}}"
|
CONTENT="${CONTENT//\{\{TRACKER\}\}/${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}}"
|
||||||
CONTENT="${CONTENT//\{\{REPOSITORY\}\}/${{ steps.info.outputs.repository }}}"
|
CONTENT="${CONTENT//\{\{REPOSITORY\}\}/${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}}"
|
||||||
CONTENT="${CONTENT//\{\{EXPERIMENTAL\}\}/${{ steps.info.outputs.experimental }}}"
|
CONTENT="${CONTENT//\{\{EXPERIMENTAL\}\}/${{ steps.info.outputs.experimental }}}"
|
||||||
CONTENT="${CONTENT//\{\{DEPRECATED\}\}/${{ steps.info.outputs.deprecated }}}"
|
CONTENT="${CONTENT//\{\{DEPRECATED\}\}/${{ steps.info.outputs.deprecated }}}"
|
||||||
CONTENT="${CONTENT//\{\{QT6\}\}/${{ steps.info.outputs.supportsQt6 }}}"
|
CONTENT="${CONTENT//\{\{QT6\}\}/${{ steps.info.outputs.supportsQt6 }}}"
|
||||||
@@ -296,28 +296,47 @@ jobs:
|
|||||||
DOWNLOAD_URL="https://${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}/releases/download/${{ github.ref_name }}/${ZIP_NAME}"
|
DOWNLOAD_URL="https://${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}/releases/download/${{ github.ref_name }}/${ZIP_NAME}"
|
||||||
|
|
||||||
jq -n \
|
jq -n \
|
||||||
--arg plugin "${{ steps.info.outputs.name }}" \
|
--arg name "${{ steps.info.outputs.name }}" \
|
||||||
--arg version "$VERSION" \
|
--arg version "$VERSION" \
|
||||||
--arg channel "$CHANNEL" \
|
--arg channel "$CHANNEL" \
|
||||||
--arg description "${{ steps.info.outputs.description }}" \
|
--arg description "${{ steps.info.outputs.description }}" \
|
||||||
--arg author "${{ steps.info.outputs.author }}" \
|
--arg author "${{ steps.info.outputs.author }}" \
|
||||||
--arg email "${{ steps.info.outputs.email }}" \
|
--arg email "${{ steps.info.outputs.email }}" \
|
||||||
--arg url "$DOWNLOAD_URL" \
|
--arg qgis_min "${{ steps.info.outputs.qgisMinimumVersion }}" \
|
||||||
--arg changelog "Automatischer Release" \
|
--arg qgis_max "${{ steps.info.outputs.qgisMaximumVersion }}" \
|
||||||
|
--arg homepage "${{ steps.info.outputs.homepage }}" \
|
||||||
|
--arg tracker "${{ steps.info.outputs.tracker }}" \
|
||||||
|
--arg repository "${{ steps.info.outputs.repository }}" \
|
||||||
|
--arg experimental "${{ steps.info.outputs.experimental }}" \
|
||||||
|
--arg deprecated "${{ steps.info.outputs.deprecated }}" \
|
||||||
|
--arg qt6 "${{ steps.info.outputs.supportsQt6 }}" \
|
||||||
|
--arg id "${{ steps.info.outputs.zip_folder }}" \
|
||||||
|
--arg url "$DOWNLOAD_URL" \
|
||||||
|
--arg changelog "Automatischer Release" \
|
||||||
'{
|
'{
|
||||||
plugin: $plugin,
|
name: $name,
|
||||||
version: $version,
|
version: $version,
|
||||||
channel: $channel,
|
channel: $channel,
|
||||||
description: $description,
|
description: $description,
|
||||||
author: $author,
|
author: $author,
|
||||||
email: $email,
|
email: $email,
|
||||||
url: $url,
|
qgis_min: $qgis_min,
|
||||||
changelog: $changelog
|
qgis_max: $qgis_max,
|
||||||
|
homepage: $homepage,
|
||||||
|
tracker: $tracker,
|
||||||
|
repository: $repository,
|
||||||
|
experimental: $experimental,
|
||||||
|
deprecated: $deprecated,
|
||||||
|
qt6: $qt6,
|
||||||
|
id: $id,
|
||||||
|
url: $url,
|
||||||
|
changelog: $changelog
|
||||||
}' > payload.json
|
}' > payload.json
|
||||||
|
|
||||||
echo "DEBUG | Payload erzeugt:"
|
echo "DEBUG | Payload erzeugt:"
|
||||||
cat payload.json
|
cat payload.json
|
||||||
|
|
||||||
|
|
||||||
# - name: Repository aktualisieren
|
# - name: Repository aktualisieren
|
||||||
# run: |
|
# run: |
|
||||||
# OWNER="AG_QGIS"
|
# OWNER="AG_QGIS"
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
name=LNO Sachsen | Plugin Test Action
|
name=LNO Sachsen | Plugin Test Action
|
||||||
description=Test plugin for release pipeline
|
description=Test plugin for release pipeline
|
||||||
version=@VERSION@
|
|
||||||
author=Daniel Helbig, Michael Otto
|
author=Daniel Helbig, Michael Otto
|
||||||
email=daniel.helbig@kreis-meissen.de, michael.otto@landkreis-mittelsachsen.de
|
email=daniel.helbig@kreis-meissen.de, michael.otto@landkreis-mittelsachsen.de
|
||||||
homepage=https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action
|
|
||||||
tracker=https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/issues
|
|
||||||
repository=https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action
|
|
||||||
qgisMinimumVersion=3.0
|
qgisMinimumVersion=3.0
|
||||||
qgisMaximumVersion=3.99
|
qgisMaximumVersion=3.99
|
||||||
deprecated=False
|
deprecated=False
|
||||||
experimental=True
|
experimental=True
|
||||||
|
supportsQt6=Yes
|
||||||
|
|
||||||
zip_folder=plugin_folder
|
zip_folder=plugin_folder
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ description={{DESCRIPTION}}
|
|||||||
version={{VERSION}}
|
version={{VERSION}}
|
||||||
author={{AUTHOR}}
|
author={{AUTHOR}}
|
||||||
email={{EMAIL}}
|
email={{EMAIL}}
|
||||||
homepage={{HOMEPAGE}}
|
homepage=https://{{HOMEPAGE}}
|
||||||
tracker={{TRACKER}}
|
tracker=https://{{TRACKER}}/issues
|
||||||
repository={{REPOSITORY}}
|
repository=https://{{REPOSITORY}}
|
||||||
experimental={{EXPERIMENTAL}}
|
experimental={{EXPERIMENTAL}}
|
||||||
deprecated={{DEPRECATED}}
|
deprecated={{DEPRECATED}}
|
||||||
supportsQt6={{QT6}}
|
supportsQt6={{QT6}}
|
||||||
Reference in New Issue
Block a user