From 37c8fcebb8c7184be7306b68f300cc83c21b763b Mon Sep 17 00:00:00 2001 From: pvshvp-oss Date: Sat, 3 Aug 2024 02:51:47 -0500 Subject: [PATCH] chore: :bookmark: Bump version --- CHANGELOG.md | 3 ++- CONTRIBUTING.md | 4 ++-- packaging/calamares-core-git/PKGBUILD | 2 +- packaging/calamares-core-local/PKGBUILD | 2 +- packaging/calamares-core/PKGBUILD | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b0808676..46eb784f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # CHANGELOG -## Calamares Core `v3.3.8_001` +## Calamares Core `v3.3.8_002` ### For Users +- Make the partition label color gray from black to improve readability. - Update the installer from upstream, bringing new features and bug-fixes. ### For Developers diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecec4666a0..e9ce715f47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,8 +15,8 @@ - [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push` -- [ ] Create and push a tag, for example `git tag -a v3.3.8_001 -m "This is version v3.3.8_001" && git push origin v3.3.8_001` -- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.8_001 && git push --delete origin v3.3.8_001`. Then the errors can be fixed and the previous step can be repeated to create a new tag. +- [ ] Create and push a tag, for example `git tag -a v3.3.8_002 -m "This is version v3.3.8_002" && git push origin v3.3.8_002` +- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.8_002 && git push --delete origin v3.3.8_002`. Then the errors can be fixed and the previous step can be repeated to create a new tag. # Contributing to Calamares diff --git a/packaging/calamares-core-git/PKGBUILD b/packaging/calamares-core-git/PKGBUILD index caaf69da6c..1fb232bb6b 100644 --- a/packaging/calamares-core-git/PKGBUILD +++ b/packaging/calamares-core-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shivanandvp pkgname=calamares-core-git -pkgver=3.3.8_001 +pkgver=3.3.8_002 pkgrel=1 arch=('x86_64' 'aarch64') diff --git a/packaging/calamares-core-local/PKGBUILD b/packaging/calamares-core-local/PKGBUILD index 2ad6753b26..a06d14db49 100644 --- a/packaging/calamares-core-local/PKGBUILD +++ b/packaging/calamares-core-local/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shivanandvp pkgname=calamares-core-local -pkgver=3.3.8_001 +pkgver=3.3.8_002 pkgrel=1 arch=('x86_64' 'aarch64') diff --git a/packaging/calamares-core/PKGBUILD b/packaging/calamares-core/PKGBUILD index 7d77da65ca..cbea90f38d 100644 --- a/packaging/calamares-core/PKGBUILD +++ b/packaging/calamares-core/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shivanandvp pkgname=calamares-core -pkgver=3.3.8_001 +pkgver=3.3.8_002 pkgrel=1 arch=('x86_64' 'aarch64')