We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168a291 commit e5a9187Copy full SHA for e5a9187
1 file changed
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "cointy",
3
"displayName": "Cointy",
4
- "description": "A check cryptocurrency prices as you code",
5
- "version": "0.0.1",
+ "description": "A check for cryptocurrency prices as you code",
+ "version": "1.0.0",
6
"publisher": "aofdev",
7
"icon": "resources/cryptocurrency-color-logo.png",
8
"engines": {
@@ -116,5 +116,20 @@
116
"dependencies": {
117
"currency.js": "^2.0.3",
118
"gaxios": "^4.2.1"
119
- }
+ },
120
+ "release": {
121
+ "branches": "main",
122
+ "verifyConditions": [
123
+ "@semantic-release/github"
124
+ ],
125
+ "publish": [
126
127
128
+ "success": [
129
130
131
+ "fail": [
132
133
+ ]
134
+ }
135
}
0 commit comments