We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d849 commit 3627dbcCopy full SHA for 3627dbc
.gitignore
@@ -66,6 +66,7 @@ dist
66
dist-ts
67
package-lock.json
68
docs/components/**
69
+scripts/token.js
70
71
# Ruby / CocoaPods
72
/ios/Pods/
scripts/prReleaseNotes.js
@@ -1,4 +1,8 @@
1
-const GITHUB_TOKEN = 'xxxx';
+const GITHUB_TOKEN = require('./token');
2
+// scripts/token.js:
3
+// const token = 'XXX';
4
+// module.exports = token;
5
+
6
const LATEST_VERSION = '7.10.0';
7
const NEW_VERSION = '7.11.0';
8
const FILE_PREFIX = 'uilib';
0 commit comments