Release 2.29.0

This commit is contained in:
Karsten Hassel 2024-09-18 22:40:44 +02:00
parent 719eca49fe
commit d84d612df5
4 changed files with 42 additions and 20 deletions

View File

@ -5,9 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
❤️ **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.29.0] - Unreleased (`develop` branch) ## [2.29.0] - 2024-10-01
_This release is scheduled to be released on 2024-10-01._ Thanks to: @bugsounet, @dkallen78, @jargordon, @khassel, @KristjanESPERANTO, @MarcLandis, @rejas, @ryan-d-williams, @sdetweil, @skpanagiotis.
> ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0`
### Added ### Added

View File

@ -15,24 +15,44 @@ This document describes how collaborators of this repository should work togethe
## Releases ## Releases
Are done by @rejas or @khassel. Are done by
- [ ] @rejas
- [ ] @sdetweil
- [ ] @khassel
### Pre-Deployment steps
- [ ] update dependencies (a few days before)
### Deployment steps ### Deployment steps
- pull latest `develop` branch - [ ] pull latest `develop` branch
- update `package.json` to reflect correct version number - [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0`
- run `npm install` to generate new `package-lock.json` - [ ] test `develop` branch
- test `develop` branch - [ ] update `CHANGELOG.md`
- update `CHANGELOG.md` (don't forget to add all contributor names) - [ ] add all contributor names: `...`
- commit and push all changes - [ ] add min. node version: > ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0`
- after successful test run via github actions: create pull request to `master` branch - [ ] commit and push all changes
- after PR tests run without issues, merge PR - [ ] after successful test run via github actions: create pull request from `develop` to `master` branch
- create new release with corresponding version tag - [ ] add label `mastermerge`
- publish release notes with link to github release on forum in new locked topic - [ ] title of the PR is `Release 2.xx.0`
- [ ] description of the PR is the section of the `CHANGELOG.md`
- [ ] after PR tests run without issues, merge PR
- [ ] create new release with
- [ ] corresponding version tag `v2.xx.0`
- [ ] a release name: `...`
- [ ] description of the PR is the section of the `CHANGELOG.md`
### Draft new development release ### Draft new development release
- checkout `develop` branch - [ ] checkout `develop` branch
- update `package.json` to reflect correct version number `2.xx.0-develop` - [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0-develop`
- draft new section in `CHANGELOG.md` - [ ] draft new section in `CHANGELOG.md`
- commit and publish `develop` branch - [ ] commit and publish `develop` branch
### After release
- [ ] publish release notes with link to github release on forum in new locked topic
- [ ] close all issues with label `ready (coming with next release)`
- [ ] release new documentation by merging `develop` on `master` in documentation repository

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.29.0-develop", "version": "2.29.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "magicmirror", "name": "magicmirror",
"version": "2.29.0-develop", "version": "2.29.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.29.0-develop", "version": "2.29.0",
"description": "The open source modular smart mirror platform.", "description": "The open source modular smart mirror platform.",
"keywords": [ "keywords": [
"magic mirror", "magic mirror",