Skip to content

Commit 5c95b17

Browse files
committed
chore: 🔖 Prepare for 3.3.5_001 release
1 parent 5f697d3 commit 5c95b17

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## Calamares Core `v3.3.5_001`
4+
5+
### For Users
6+
7+
- Update the installer from upstream, bringing new features and bug-fixes.
8+
9+
### For Developers
10+
11+
- Build against Qt6, update dependencies, and fix bugs resulting from the transition.
12+
313
## Calamares Core `v3.3.2_001`
414

515
### For Users

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
- [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push`
1717

18-
- [ ] 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`
19-
- [ ] 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.
18+
- [ ] Create and push a tag, for example `git tag -a v3.3.5_001 -m "This is version v3.3.5_001" && git push origin v3.3.5_001`
19+
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.5_001 && git push --delete origin v3.3.5_001`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
2020

2121
# Contributing to Calamares
2222

0 commit comments

Comments
 (0)