Skip to content

Commit f7daace

Browse files
authored
chore: Release notes (#506)
* Moved the create release call below publish to help ensure GitHub is updated * Updated github-assistant
1 parent bcf1bf5 commit f7daace

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

ci-scripts/publish.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ echo "$std_ver"
1515

1616
git push --follow-tags "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG" master > /dev/null 2>&1;
1717

18-
npm run release:create -- --repo $TRAVIS_REPO_SLUG --tag $release_tag --branch master
19-
2018
npm publish
2119

20+
# run this after publish to make sure GitHub finishes updating from the push
21+
npm run release:create -- --repo $TRAVIS_REPO_SLUG --tag $release_tag --branch master
22+
2223
npm run build-doc
2324
npm run deploy -- --repo "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG"

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
100100
"fs-extra": "7.0.0",
101101
"gh-pages": "^2.0.1",
102-
"github-assistant": "^0.2.0",
102+
"github-assistant": "^0.3.0",
103103
"group-array": "^0.3.3",
104104
"html-webpack-plugin": "4.0.0-alpha.2",
105105
"identity-obj-proxy": "3.0.0",

0 commit comments

Comments
 (0)