Release 1.4
Dieser Commit ist enthalten in:
Ursprung
fb84206ab4
Commit
7cab8542eb
5 geänderte Dateien mit 23 neuen und 6 gelöschten Zeilen
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=ca-certificates-st
|
pkgname=ca-certificates-st
|
||||||
pkgver=1.3
|
pkgver=1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Meine Zertifikate"
|
pkgdesc="Meine Zertifikate"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed May 25 2005 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.4
|
||||||
|
- Release 1.4
|
||||||
|
* Mon May 05 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.4
|
||||||
|
- added an script for releasing the package
|
||||||
|
* Sun May 04 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.3
|
||||||
|
- release 1.3
|
||||||
|
* Sun May 04 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.3
|
||||||
|
- removed dch bause it changes the changelog
|
||||||
* Sun May 04 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.3
|
* Sun May 04 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.3
|
||||||
- automated the changelog using git-cliff
|
- automated the changelog using git-cliff
|
||||||
* Sun May 04 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.3
|
* Sun May 04 2025 Sebastian Tobie <sebastian@sebastian-tobie.de> v1.3
|
||||||
|
|
11
debian/changelog
gevendort
11
debian/changelog
gevendort
|
@ -1,9 +1,18 @@
|
||||||
|
ca-certificates-st (1.4-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* added an script for releasing the package
|
||||||
|
* Release 1.4
|
||||||
|
|
||||||
|
-- Sebastian Tobie <sebastian@sebastian-tobie.de> Wed, 25 May 2005 06:02:30 +0000
|
||||||
|
|
||||||
ca-certificates-st (1.3-1) stable; urgency=medium
|
ca-certificates-st (1.3-1) stable; urgency=medium
|
||||||
|
|
||||||
* added old ca
|
* added old ca
|
||||||
* automated the changelog using git-cliff
|
* automated the changelog using git-cliff
|
||||||
|
* removed dch bause it changes the changelog
|
||||||
|
* release 1.3
|
||||||
|
|
||||||
-- Sebastian Tobie <sebastian@sebastian-tobie.de> Sun, 04 May 2025 20:49:46 +0000
|
-- Sebastian Tobie <sebastian@sebastian-tobie.de> Sun, 04 May 2025 20:55:52 +0000
|
||||||
|
|
||||||
ca-certificates-st (1.2-1) stable; urgency=medium
|
ca-certificates-st (1.2-1) stable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: ca-certificates-st
|
Name: ca-certificates-st
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: release_pkg.sh
|
Source0: release_pkg.sh
|
||||||
Source1: changelog.spec
|
Source1: changelog.spec
|
||||||
|
|
|
@ -5,10 +5,10 @@ sed -i "s;^Version: .*$;Version: ${version};" package.spec
|
||||||
sed -i "s;^pkgver=.*$;pkgver=${version};" PKGBUILD
|
sed -i "s;^pkgver=.*$;pkgver=${version};" PKGBUILD
|
||||||
git add -A
|
git add -A
|
||||||
git commit --date="${date}" -m "Release ${version}"
|
git commit --date="${date}" -m "Release ${version}"
|
||||||
git tag -m "Release ${version}" "${version}"
|
git tag -m "Release ${version}" "v${version}"
|
||||||
git cliff -c changelog-debian.toml
|
git cliff -c changelog-debian.toml
|
||||||
git cliff -c changelog-rhel.toml
|
git cliff -c changelog-rhel.toml
|
||||||
git add -A
|
git add -A
|
||||||
git commit --amend --date="${date}" -m "Release ${version}"
|
git commit --amend --date="${date}" -m "Release ${version}"
|
||||||
git tag -fm "Release ${version}" "${version}"
|
git tag -fm "Release ${version}" "v${version}"
|
||||||
./build.pkg
|
./build.pkg || git reset --soft HEAD^
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren