Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 13, 2022
1 parent bf74f2c commit 9fd7a18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ci:test": "yarn run test",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:build": "yarn run plugin:build && yarn run build:commit",
"ci:postpublish": "ts-node scripts/ci-postpublish.ts && yarn run postpublish:git:tag & echo ci:postpublish",
"ci:postpublish": "ts-node scripts/ci-postpublish.ts && yarn run postpublish:git:tag && echo ci:postpublish",
"_ci:postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag & echo ci:postpublish",
"ci:git:config": "git config --local core.autocrlf false && git config --local core.ignorecase false && git config --local include.path ../.gitconfig && git config --local core.autocrlf false && git config --local core.ignorecase false",
"ci:git:fetch:remote:tag": "git fetch --tag -f",
Expand Down
4 changes: 4 additions & 0 deletions scripts/ci-postpublish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export default Bluebird.resolve((process.env as any).GITHUB_SHA as string)
{
from ||= 'origin/master';

console.dir({
from,
});

//from = '2d01cffc5da15e0a34a40b40ec3b7d0cc7612dda';

let to = gitlog({
Expand Down
1 change: 1 addition & 0 deletions scripts/update-git-tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export default Bluebird.resolve()

console.warn(`略過本次 git tag 更新`)
})
.catch(() => void 0)
;

0 comments on commit 9fd7a18

Please sign in to comment.