Skip to content

Commit

Permalink
build: 🔖 Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-patt-oss committed Oct 22, 2023
1 parent 1cfd5df commit bd7453c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.0_alpha3_10 -m "This is version v3.3.0_alpha3_10" && git push origin v3.3.0_alpha3_10`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.0_alpha3_10 && git push --delete origin v3.3.0_alpha3_10`. 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.0_alpha3_010 -m "This is version v3.3.0_alpha3_010" && git push origin v3.3.0_alpha3_010`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.0_alpha3_010 && git push --delete origin v3.3.0_alpha3_010`. 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: shiva.patt <[email protected]>

pkgname=calamares-core-git
pkgver=3.3.0_alpha3_10
pkgver=3.3.0_alpha3_010
pkgrel=2

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: shiva.patt <[email protected]>

pkgname=calamares-core-local
pkgver=3.3.0_alpha3_10
pkgver=3.3.0_alpha3_010
pkgrel=2

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: shiva.patt <[email protected]>

pkgname=calamares-core
pkgver=3.3.0_alpha3_10
pkgver=3.3.0_alpha3_010
pkgrel=2

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

0 comments on commit bd7453c

Please sign in to comment.