Skip to content

Commit

Permalink
build: Get ready for releasing v0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed May 26, 2024
1 parent 4d25287 commit 3524aa0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Calamares Configuration `v0.1.39`

### For Users
- Remove `exfat-utils`
- Remove `pyside2`, `pyside2-tools`, `libcroco`, and `dbus-python`.

### For Developers

## Calamares Configuration `v0.1.38`

### For Users
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

- [ ] 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 -s -a v0.1.38 -m "This is version 0.1.38" && git push origin v0.1.38`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.38 && git push --delete origin v0.1.38`. 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 -s -a v0.1.39 -m "This is version 0.1.39" && git push origin v0.1.39`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.39 && git push --delete origin v0.1.39`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
8 changes: 4 additions & 4 deletions etc/calamares/branding/rebornos/branding.desc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ navigation: qml
strings:
productName: "${NAME}"
shortProductName: RebornOS
version: 2024.03.21
shortVersion: 24.03.21
versionedName: RebornOS 2024.03.21
shortVersionedName: RebornOS 24.03.21
version: 2024.05.25
shortVersion: 24.05.25
versionedName: RebornOS 2024.05.25
shortVersionedName: RebornOS 24.05.25
bootloaderEntryName: RebornOS
productUrl: https://www.rebornos.org/
supportUrl: https://rebornos.discourse.group/
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <shivanandvp@rebornos.org, pvshvp.oss@gmail.com>

pkgname=calamares-configuration-git
pkgver=0.1.38
pkgver=0.1.39
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-local/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <shivanandvp@rebornos.org, pvshvp.oss@gmail.com>

pkgname=calamares-configuration-local
pkgver=0.1.38
pkgver=0.1.39
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <shivanandvp@rebornos.org, pvshvp.oss@gmail.com>

pkgname=calamares-configuration
pkgver=0.1.38
pkgver=0.1.39
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down

0 comments on commit 3524aa0

Please sign in to comment.