Skip to content

Commit c185908

Browse files
author
ozelot379
committed
Merge branch 'develop' into 'master'
Auto publish to npm See merge request minecraft/convert-minecraft-java-texture-to-bedrock/api!20
2 parents fe3c066 + 3ad7270 commit c185908

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
npm_publish:
2+
image: node:lts
3+
stage: deploy
4+
script:
5+
- npm publish --access public --otp $NPM_OTP
6+
only:
7+
- tags

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
.gitlab-ci.yml
12
.idea
3+
.npmrc
24
build
35
node_modules
46
*.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [4.0.4]
4+
- Auto publish to npm
5+
36
## [4.0.3]
47
- Log warn logs occurred count
58
- Mark warning logs yellow

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ozelot379/convert-minecraft-java-texture-to-bedrock-api",
33
"type": "module",
44
"productName": "ConvertJavaTextureToBedrockApi",
5-
"version": "4.0.3",
5+
"version": "4.0.4",
66
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
77
"keywords": [
88
"Minecraft",

0 commit comments

Comments
 (0)