feat: 🚸 add new version to package.json

I hope this works better now
This commit is contained in:
Axel Olausson Holtenäs 2023-10-01 16:42:17 +02:00
parent f312b78b14
commit 6224e2309f

View file

@ -17,6 +17,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"@semantic-release/gitlab"
]
}