Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit b245620

Browse files
committed
v6.26.9
2 parents 3f47be8 + 25ac596 commit b245620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"code-checks": "eslint src/",
3030
"commit": "git-cz",
3131
"publish:latest": "with-package scripts/publish-latest.sh pkg.version",
32-
"semantic-release": "semantic-release pre && npm run build && npm run publish:latest"
32+
"semantic-release": "semantic-release pre && npm run build && npm publish && npm run publish:latest && semantic-release post"
3333
},
3434
"betterScripts": {
3535
"build:dist": {

scripts/publish-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git fetch origin
2525
git checkout latest
2626

2727
echo "merging built files"
28-
git merge travis/temp -m "merging built files" -X theirs
28+
git merge travis/temp -m v$F_VERSION -X theirs
2929

3030
echo "pushing"
3131
git push origin HEAD:latest -f >/dev/null 2>/dev/null

0 commit comments

Comments
 (0)