Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit c33484e

Browse files
author
Bernhard Grünewaldt
committed
v0.1.7 version bump
1 parent 8a9b45c commit c33484e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

PUBLISH.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ use this because of npm proxy:
66
npm --registry https://registry.npmjs.org/ login
77
npm --registry https://registry.npmjs.org/ publish
88
```
9+
10+
Then tag
11+
12+
```
13+
tag -a 0.1.6 -m "rel 0.1.6"
14+
git push origin 0.1.6
15+
```
16+
17+
Go to github releases and create release from tag.
18+
19+
Increase version in package.json.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitbook-plugin-advanced-emoji",
33
"description": "Shows the common emojis used on GitHub",
44
"main": "index.js",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"engines": {
77
"gitbook": ">=2.5.0"
88
},

0 commit comments

Comments
 (0)