Skip to content

Commit 01fd41c

Browse files
rejasveeck
andauthored
Prepare 2.31.0 release (#3757)
updated CHANGELOG and release process documentation --------- Co-authored-by: veeck <[email protected]>
1 parent f80b1f1 commit 01fd41c

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/#donate) With your help we can continue to improve the MagicMirror².
99

10-
## [2.31.0-develop] - unreleased
10+
## [2.31.0] - 2025-04-01
1111

12-
planned for 2025-04-01
12+
Thanks to: @Developer-Incoming, @eltociear, @geraki, @khassel, @KristjanESPERANTO, @MagMar94, @mixasgr, @n8many, @OWL4C, @rejas, @savvadam, @sdetweil.
1313

1414
> ⚠️ This release needs nodejs version `v22.14.0 or higher`
1515
@@ -1720,6 +1720,7 @@ It includes (but is not limited to) the following features:
17201720

17211721
This was part of the blogpost: [https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the](https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the)
17221722

1723+
[2.31.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.30.0...v2.31.0
17231724
[2.30.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.29.0...v2.30.0
17241725
[2.29.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.28.0...v2.29.0
17251726
[2.28.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.27.0...v2.28.0

Collaboration.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ Are done by
3030
### Deployment steps
3131

3232
- [ ] pull latest `develop` branch
33-
- [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0`
34-
- [ ] test `develop` branch
35-
- [ ] update `CHANGELOG.md`
36-
- [ ] add all contributor names: `...`
37-
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
38-
- [ ] check release link at the bottom of the file
39-
- [ ] commit and push all changes
40-
- [ ] after successful test run via github actions: merge pull request to `develop`
33+
- [ ] create `prep-release` branch from `develop`
34+
- [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0`
35+
- [ ] test `prep-release` branch
36+
- [ ] update `CHANGELOG.md`
37+
- [ ] add all contributor names: `...`
38+
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
39+
- [ ] check release link at the bottom of the file
40+
- [ ] commit and push all changes
41+
- [ ] create pull request from `prep-release` to `develop` branch with title `Prepare Release 2.xx.0`
42+
- [ ] after successful test run via github actions: merge pull request to `develop`
4143
- [ ] after successful test run via github actions: create pull request from `develop` to `master` branch
4244
- [ ] add label `mastermerge`
4345
- [ ] title of the PR is `Release 2.xx.0`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.31.0-develop",
3+
"version": "2.31.0",
44
"description": "The open source modular smart mirror platform.",
55
"keywords": [
66
"magic mirror",

0 commit comments

Comments
 (0)