Skip to content

Commit

Permalink
feat(Semantic-Release): Enable release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Dec 2, 2019
1 parent f137321 commit 1116e89
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"name": "magento",
"version": "1.0.0",
"private": true,
"description": "Ideal Postcodes Magento Extension",
"main": "index.js",
"author": {
"name": "Ideal Postcodes",
"email": "support@ideal-postcodes.co.uk",
"url": "https://ideal-postcodes.co.uk"
},
"bugs": {
"url": "https://github.com/ideal-postcodes/magento/issues",
"email": "support@ideal-postcodes.co.uk"
},
"homepage": "https://github.com/ideal-postcodes/magento",
"repository": {
"type": "git",
"url": "https://github.com/ideal-postcodes/magento.git"
},
"scripts": {
"semantic-release": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -19,8 +34,8 @@
"devDependencies": {
"@cablanchard/semantic-release": "~1.3.1",
"@prettier/plugin-php": "~0.11.2",
"@prettier/plugin-xml": "^0.3.0",
"prettier": "^1.19.1",
"@prettier/plugin-xml": "~0.3.0",
"prettier": "~1.19.1",
"semantic-release": "~15.13.31"
}
}

0 comments on commit 1116e89

Please sign in to comment.