Skip to content

Commit 3627dbc

Browse files
committed
Release notes - make the token personal
1 parent e82d849 commit 3627dbc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dist
6666
dist-ts
6767
package-lock.json
6868
docs/components/**
69+
scripts/token.js
6970

7071
# Ruby / CocoaPods
7172
/ios/Pods/

scripts/prReleaseNotes.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
const GITHUB_TOKEN = 'xxxx';
1+
const GITHUB_TOKEN = require('./token');
2+
// scripts/token.js:
3+
// const token = 'XXX';
4+
// module.exports = token;
5+
26
const LATEST_VERSION = '7.10.0';
37
const NEW_VERSION = '7.11.0';
48
const FILE_PREFIX = 'uilib';

0 commit comments

Comments
 (0)