Skip to content

Commit

Permalink
Update release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed May 15, 2024
1 parent 41a58bf commit 86d888d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/config-release-it/.release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const version = "${version}";
const packageName = process.env.npm_package_name;
const scope = packageName.split("/")[1];

console.log(packageName);

module.exports = {
plugins: {
"@release-it/conventional-changelog": {
Expand Down Expand Up @@ -31,5 +29,6 @@ module.exports = {
github: {
release: true,
releaseName: `${packageName}-v${version}`,
assets: ["dist"],
},
};
4 changes: 2 additions & 2 deletions packages/next-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edw/next-drupal",
"version": "1.0.1",
"version": "0.0.0",
"description": "Generic Design System Components for Eaudeweb websites",
"author": "Tiberiu Ichim",
"license": "GPL",
Expand Down Expand Up @@ -66,4 +66,4 @@
"@edw/config-release-it": "workspace:*",
"typescript": "5.4.5"
}
}
}

0 comments on commit 86d888d

Please sign in to comment.