Skip to content

Commit

Permalink
chore: 🔖 Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Oct 24, 2024
1 parent 6a73716 commit ca222fa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## Calamares Configuration `v0.1.53`

### For Users

- Update Deepin packages based on recent changes
- Remove `deepin-launchpad` and `deepin-session`
- Add `deepin-qt6integration`, `deepin-qt6platform-plugins`, and `deepin-screensaver`

### For Developers

## Calamares Configuration `v0.1.52`

### 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.51 -m "This is version 0.1.51" && git push origin v0.1.51`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.51 && git push --delete origin v0.1.51`. 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.53 -m "This is version 0.1.53" && git push origin v0.1.53`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.53 && git push --delete origin v0.1.53`. 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.10.13
shortVersion: 24.10.13
versionedName: RebornOS 2024.10.13
shortVersionedName: RebornOS 24.10.13
version: 2024.10.23
shortVersion: 24.10.23
versionedName: RebornOS 2024.10.23
shortVersionedName: RebornOS 24.10.23
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 <[email protected], [email protected]>

pkgname=calamares-configuration-git
pkgver=0.1.52
pkgver=0.1.53
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 <[email protected], [email protected]>

pkgname=calamares-configuration-local
pkgver=0.1.52
pkgver=0.1.53
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 <[email protected], [email protected]>

pkgname=calamares-configuration
pkgver=0.1.52
pkgver=0.1.53
pkgrel=1

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

0 comments on commit ca222fa

Please sign in to comment.