Skip to content

Commit

Permalink
👌 IMPROVE: Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 2, 2018
1 parent 5172e19 commit 4f5907d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tagAnnotation": "🦄 Release %s"
},
"npm": {
"publish": true
"publish": false
},
"github": {
"release": true,
Expand Down
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "shades-of-purple-konsole",
"displayName": "Shades of Purple for Konsole",
"description": "Professional Konsole Terminal theme with hand-picked & bold shades of purple 💜 to go along with your command line usage. A custom Hyper™ Terminal theme with style.",
"version": "0.11.0",
"publisher": "ahmadawais",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-iterm2"
},
"author": "Ahmad Awais",
"license": "ISC",
"keywords": [
"Shades of Purple",
"Shade of Purple",
"Cobalt",
"Konsole",
"coblat 3",
"konsole theme",
"konsole terminal"
],
"devDependencies": {
"release-it": "^7.2.1"
},
"scripts": {
"release": "release-it"
}
"name": "shades-of-purple-konsole",
"displayName": "Shades of Purple for Konsole",
"description":
"Professional Konsole Terminal theme with hand-picked & bold shades of purple 💜 to go along with your command line usage. A custom Hyper™ Terminal theme with style.",
"version": "1.0.0",
"publisher": "ahmadawais",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-iterm2"
},
"author": "Ahmad Awais",
"license": "ISC",
"keywords": [
"Shades of Purple",
"Shade of Purple",
"Cobalt",
"Konsole",
"coblat 3",
"konsole theme",
"konsole terminal"
],
"devDependencies": {
"release-it": "^7.2.1"
},
"scripts": {
"release": "release-it"
}
}

0 comments on commit 4f5907d

Please sign in to comment.