diff --git a/.releaserc b/.releaserc new file mode 100644 index 0000000..8d9679c --- /dev/null +++ b/.releaserc @@ -0,0 +1,4 @@ +{ + "branches": ["main", "alpha"], + "plugins": ['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github'] +} diff --git a/package.json b/package.json index 2f61c10..4b446c2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "app.js", "repository": { "type": "git", - "url": "https://github.com/appsody/stacks.git", + "url": "https://github.com/nastacio/github-board-sync.git", "directory": "incubator/nodejs-express/templates/simple" }, "scripts": {