Skip to content

Commit

Permalink
fix: update package lists and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Sep 15, 2024
1 parent cb05797 commit f7eae7a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Calamares Configuration `v0.1.49`

### For Users
- Removed `manaplus` as it is no longer in the Arch repos.

### For Developers

## Calamares Configuration `v0.1.48`

### 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.48 -m "This is version 0.1.48" && git push origin v0.1.48`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.48 && git push --delete origin v0.1.48`. 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.49 -m "This is version 0.1.49" && git push origin v0.1.49`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.49 && git push --delete origin v0.1.49`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
5 changes: 0 additions & 5 deletions etc/calamares/modules/netinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1380,11 +1380,6 @@
description: Help the user to learn alphabet in a new language and then to learn to read simple syllables
- name: minuet
description: Software for music education
- name: MMO
noncheckable: true
packages:
- name: manaplus
description: Serious effort to create an innovative free and open source MMORPG
- name: Platformer
noncheckable: true
packages:
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.48
pkgver=0.1.49
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.48
pkgver=0.1.49
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.48
pkgver=0.1.49
pkgrel=1

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

0 comments on commit f7eae7a

Please sign in to comment.