prepare next release
This commit is contained in:
parent
d2fb67b5bc
commit
a75d3a3915
|
@ -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.
|
11. Commit the new version in git with the same message.
|
||||||
12. Tag the new version: `git tag v<version>`
|
12. Tag the new version: `git tag v<version>`
|
||||||
13. Push the new tag to the repository: `git push --tags`
|
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
|
### Other commands
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.4",
|
"version": "0.11.4-next",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.4",
|
"version": "0.11.4-next",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.8.1",
|
"graphql": "16.8.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.4",
|
"version": "0.11.4-next",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in New Issue