Skip to content

Commit

Permalink
feat: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 21, 2023
1 parent d8b483e commit 161455d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"repository": {
"type": "git",
"url": "/~https://github.com/12evgen/test-vercel.git"
},
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": [
"package.json",
"package-lock.json",
"CHANGELOG.md"
]
}
]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@12evgen/test-vercel",
"version": "1.61.0",
"version": "1.35.0",
"private": false,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 161455d

Please sign in to comment.