Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 11, 2021. It is now read-only.
/kinkaPublic archive

Commit654a965

Browse files
committed
fix: travis config
1 parent31f1044 commit654a965

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

‎.release-it.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"non-interactive":true,
33
"git": {
4-
"requireCleanWorkingDir":false,
5-
"requireUpstream":false,
4+
"requireCleanWorkingDir":true,
5+
"requireUpstream":true,
66
"commit":true,
77
"tag":true,
8-
"push":false,
8+
"push":true,
99
"commitMessage":"Release ${name} ${version} [ci skip]"
1010
},
1111
"npm": {

‎.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ script:
1919
-yarn compare-versions
2020
after_success:
2121
-ls -l
22+
-git add .
23+
-git commit -m "build release ${PACKAGE_VERSION} [ci skip]"
24+
-git status
25+
-env
2226
-yarn git-release ${PACKAGE_VERSION}
2327
-npm publish
2428

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"kinka",
3-
"version":"0.0.58--alpha",
3+
"version":"0.0.59--alpha",
44
"license":"MIT",
55
"description":"very light and simple http web client",
66
"main":"index.js",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp