mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Prepare 2.31.0 release (#3757)
updated CHANGELOG and release process documentation --------- Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
parent
f80b1f1321
commit
01fd41c191
@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/#donate) With your help we can continue to improve the MagicMirror².
|
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/#donate) With your help we can continue to improve the MagicMirror².
|
||||||
|
|
||||||
## [2.31.0-develop] - unreleased
|
## [2.31.0] - 2025-04-01
|
||||||
|
|
||||||
planned for 2025-04-01
|
Thanks to: @Developer-Incoming, @eltociear, @geraki, @khassel, @KristjanESPERANTO, @MagMar94, @mixasgr, @n8many, @OWL4C, @rejas, @savvadam, @sdetweil.
|
||||||
|
|
||||||
> ⚠️ This release needs nodejs version `v22.14.0 or higher`
|
> ⚠️ This release needs nodejs version `v22.14.0 or higher`
|
||||||
|
|
||||||
@ -1720,6 +1720,7 @@ It includes (but is not limited to) the following features:
|
|||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
||||||
|
[2.31.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.30.0...v2.31.0
|
||||||
[2.30.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.29.0...v2.30.0
|
[2.30.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.29.0...v2.30.0
|
||||||
[2.29.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.28.0...v2.29.0
|
[2.29.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.28.0...v2.29.0
|
||||||
[2.28.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.27.0...v2.28.0
|
[2.28.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.27.0...v2.28.0
|
||||||
|
@ -30,14 +30,16 @@ Are done by
|
|||||||
### Deployment steps
|
### Deployment steps
|
||||||
|
|
||||||
- [ ] pull latest `develop` branch
|
- [ ] pull latest `develop` branch
|
||||||
- [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0`
|
- [ ] create `prep-release` branch from `develop`
|
||||||
- [ ] test `develop` branch
|
- [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0`
|
||||||
- [ ] update `CHANGELOG.md`
|
- [ ] test `prep-release` branch
|
||||||
- [ ] add all contributor names: `...`
|
- [ ] update `CHANGELOG.md`
|
||||||
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
|
- [ ] add all contributor names: `...`
|
||||||
- [ ] check release link at the bottom of the file
|
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
|
||||||
- [ ] commit and push all changes
|
- [ ] check release link at the bottom of the file
|
||||||
- [ ] after successful test run via github actions: merge pull request to `develop`
|
- [ ] commit and push all changes
|
||||||
|
- [ ] create pull request from `prep-release` to `develop` branch with title `Prepare Release 2.xx.0`
|
||||||
|
- [ ] after successful test run via github actions: merge pull request to `develop`
|
||||||
- [ ] after successful test run via github actions: create pull request from `develop` to `master` branch
|
- [ ] after successful test run via github actions: create pull request from `develop` to `master` branch
|
||||||
- [ ] add label `mastermerge`
|
- [ ] add label `mastermerge`
|
||||||
- [ ] title of the PR is `Release 2.xx.0`
|
- [ ] title of the PR is `Release 2.xx.0`
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.31.0-develop",
|
"version": "2.31.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.31.0-develop",
|
"version": "2.31.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.31.0-develop",
|
"version": "2.31.0",
|
||||||
"description": "The open source modular smart mirror platform.",
|
"description": "The open source modular smart mirror platform.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"magic mirror",
|
"magic mirror",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user