prepare next release

This commit is contained in:
Daniel Waxweiler 2023-11-11 20:43:50 +01:00
parent d2fb67b5bc
commit a75d3a3915
3 changed files with 5 additions and 3 deletions

View File

@ -34,6 +34,8 @@ The current changelog can be found under [source/changelog.txt](source/changelog
11. Commit the new version in git with the same message.
12. Tag the new version: `git tag v<version>`
13. Push the new tag to the repository: `git push --tags`
14. Append `-next` to the version number in `package.json`.
15. Update the `package-lock.json`: `npm i --package-lock-only`
### Other commands

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "connector-mobilizon",
"version": "0.11.4",
"version": "0.11.4-next",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "connector-mobilizon",
"version": "0.11.4",
"version": "0.11.4-next",
"license": "Apache-2.0",
"dependencies": {
"graphql": "16.8.1",

View File

@ -1,6 +1,6 @@
{
"name": "connector-mobilizon",
"version": "0.11.4",
"version": "0.11.4-next",
"description": "Display Mobilizon events in WordPress.",
"private": true,
"type": "module",