Bump v3.0.0-beta.1
This commit is contained in:
parent
c7d4d2d18f
commit
1b2a85436c
7 changed files with 13 additions and 13 deletions
|
@ -192,7 +192,7 @@ def update_package_json(version, suffix):
|
|||
|
||||
|
||||
def tag_version(version, suffix):
|
||||
execute(['git', 'commit', '-a', '-m', 'Bump v{0}'.format(version + suffix)])
|
||||
execute(['git', 'commit', '-a', '--no-verify', '-m', 'Bump v{0}'.format(version + suffix)])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
@ -75,7 +75,7 @@ async function getReleaseNotes (currentBranch) {
|
|||
let githubOpts = {
|
||||
owner: 'electron',
|
||||
repo: 'electron',
|
||||
base: `v${pkg.version}`,
|
||||
base: `2a97e48465a3af9e5448a8d06c1d65d16c516e8f`,
|
||||
head: currentBranch
|
||||
}
|
||||
let releaseNotes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue