[Git][debian-gis-team/gdal-grass][upstream] New upstream version 1.0.3
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Feb 6 15:23:40 GMT 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / gdal-grass
Commits:
d7d8e616 by Bas Couwenberg at 2025-02-06T15:59:36+01:00
New upstream version 1.0.3
- - - - -
3 changed files:
- .github/how_to_release.md
- .github/workflows/publish.yml
- utils/release.yml
Changes:
=====================================
.github/how_to_release.md
=====================================
@@ -16,7 +16,7 @@ version="x.y.z"
commit=$(git rev-parse HEAD)
tag_message="gdal-grass ${version}"
git tag -a -m "${tag_message}" $version $commit
-git push -u --tags upstream
+git push --tags upstream
```
2. Create a new release on GH, based on the above created tag. "Publish release"
=====================================
.github/workflows/publish.yml
=====================================
@@ -43,7 +43,13 @@ jobs:
run: |
lasttag=""
for tag in $(git tag -n --sort=-creatordate | cut -d' ' -f 1); do
- if [[ $tag != *"RC"* && $tag != ${{ github.ref_name }} ]]; then
+ if [[ ${{ github.ref_name }} != *"rc"* && $tag != *"rc"* && \
+ $tag != ${{ github.ref_name }} ]]
+ then
+ lasttag="$tag"
+ break
+ elif [[ $tag != ${{ github.ref_name }} && ${{ github.ref_name }} == *"rc"* ]]
+ then
lasttag="$tag"
break
fi
=====================================
utils/release.yml
=====================================
@@ -11,7 +11,7 @@ notes:
regexp: '(winGRASS|win|[Ww]indows): '
- title: Packaging, Configuration, Portability, and Compilation
- regexp: '(packaging|pkg|rpm|deb|pkg-config|configure|config|[Mm]ake|build): '
+ regexp: '(packaging|pkg|rpm|deb|pkg-config|configure|config|[Mm]ake|build|cmake): '
- title: Continuous Integration, Tests, Code Quality, and Checks
regexp: '(CI|ci|CI\(deps\)|ci\(deps\)|[Tt]ests|[Cc]hecks|pytest): '
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/commit/d7d8e61620d31b1972babd5dd65e935b67be3bff
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/commit/d7d8e61620d31b1972babd5dd65e935b67be3bff
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250206/d5572b56/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list