Skip to content

Commit

Permalink
Update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Sep 15, 2024
1 parent 3c099ad commit 8639fd1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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 Core `v3.3.9_001`

### For Users

- Update the installer from upstream, bringing new features and bug-fixes.

### For Developers

NA

## Calamares Core `v3.3.8_002`

### 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,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_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.
- [ ] Create and push a tag, for example `git tag -a v3.3.9_001 -m "This is version v3.3.9_001" && git push origin v3.3.9_001`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.9_001 && git push --delete origin v3.3.9_001`. 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_002
pkgver=3.3.9_001
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_002
pkgver=3.3.9_001
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_002
pkgver=3.3.9_001
pkgrel=1

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

0 comments on commit 8639fd1

Please sign in to comment.