Skip to content

Commit

Permalink
chore: 🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Aug 3, 2024
1 parent 6c3a4d6 commit 37c8fce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-core-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: shivanandvp <[email protected]>

pkgname=calamares-core-git
pkgver=3.3.8_001
pkgver=3.3.8_002
pkgrel=1

arch=('x86_64' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-core-local/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: shivanandvp <[email protected]>

pkgname=calamares-core-local
pkgver=3.3.8_001
pkgver=3.3.8_002
pkgrel=1

arch=('x86_64' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-core/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: shivanandvp <[email protected]>

pkgname=calamares-core
pkgver=3.3.8_001
pkgver=3.3.8_002
pkgrel=1

arch=('x86_64' 'aarch64')
Expand Down

0 comments on commit 37c8fce

Please sign in to comment.