From f3d32b596310d39de4526bdb518099037a864616 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Oct 31 2024 22:00:49 +0000 Subject: bump version to alpha.3 Signed-off-by: Ryan Brue --- diff --git a/cosmic-packaging-tool/src/main.rs b/cosmic-packaging-tool/src/main.rs index 327e396..9056c51 100644 --- a/cosmic-packaging-tool/src/main.rs +++ b/cosmic-packaging-tool/src/main.rs @@ -63,7 +63,7 @@ enum Commands { /// Optional source branch to get content from #[arg(long)] source_branch: Option, - /// Version (i.e. 1.0.0~alpha.2) + /// Version (i.e. 1.0.0~alpha.3) #[arg(long)] version: Option, }, diff --git a/docs/src/building-for-rawhide.md b/docs/src/building-for-rawhide.md index 3a51405..174ee5e 100644 --- a/docs/src/building-for-rawhide.md +++ b/docs/src/building-for-rawhide.md @@ -13,7 +13,7 @@ fkinit ``` -To build (1.0.0~alpha.2 2024-09-28): +To build (1.0.0~alpha.3 2024-09-28): > **TODO:** Build these, but first I have to wait on the ssh key to refresh @@ -44,5 +44,5 @@ Missing: - pop-launcher ```shell -cargo run -- setup-build ~/workdir 1.0.0~alpha.2 +cargo run -- setup-build ~/workdir 1.0.0~alpha.3 ``` \ No newline at end of file diff --git a/scripts/no-source-srpm.sh b/scripts/no-source-srpm.sh index 5607206..9fafbaf 100755 --- a/scripts/no-source-srpm.sh +++ b/scripts/no-source-srpm.sh @@ -16,7 +16,7 @@ check_variable() { } check_variable NAME -VERSION=${VERSION:-"1.0.0~alpha.2"} +VERSION=${VERSION:-"1.0.0~alpha.3"} NIGHTLY=${NIGHTLY:-1} CURRENT_DATE=$(date +'%Y%m%d') diff --git a/scripts/srpm.sh b/scripts/srpm.sh index ff44f8b..e5c67f5 100755 --- a/scripts/srpm.sh +++ b/scripts/srpm.sh @@ -21,7 +21,7 @@ check_variable() { check_variable NAME SOURCE_NAME=${SOURCE_NAME:-"$NAME"} -VERSION=${VERSION:-"1.0.0~alpha.2"} +VERSION=${VERSION:-"1.0.0~alpha.3"} VERSION_NO_TILDE=$(echo "$VERSION" | sed 's/~/-/g') COMMIT=${COMMIT:-"latest"} REPO=${REPO:-"https://github.com/pop-os/$SOURCE_NAME"} @@ -29,7 +29,7 @@ VENDOR=${VENDOR:-1} NIGHTLY=${NIGHTLY:-1} if [ "$NIGHTLY" -eq 0 ]; then - COMMIT="epoch-1.0.0-alpha.2" + COMMIT="epoch-1.0.0-alpha.3" fi if [ ! -e "$NAME" ]; then