Skip to content

Add create_release.py script#798

Merged
sbc100 merged 1 commit intomasterfrom
create_release
Apr 23, 2021
Merged

Add create_release.py script#798
sbc100 merged 1 commit intomasterfrom
create_release

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 23, 2021

No description provided.

@sbc100 sbc100 requested review from dschuff and kripken April 23, 2021 16:43
@sbc100 sbc100 force-pushed the create_release branch 2 times, most recently from 71c14c4 to f6c160c Compare April 23, 2021 16:50
Copy link
Member

@dschuff dschuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this script also create tags in the emscripten repository? I guess it could create tags in the emsdk repo too, but not until after the PR lands, so maybe not that convenient.

subprocess.check_call(['git', 'checkout', '-b', branch_name], cwd=root_dir)

new_version = '.'.join(str(part) for part in new_version)
new_hash = emsdk.get_emscripten_releases_tot()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't have to be in the first commit, but we should add support for picking a particular revision as the release. Maybe this script could have 2 entry points, one that creates the CL in emscripten-releases to make the build, and another that starts from here and does the rest.

@sbc100
Copy link
Collaborator Author

sbc100 commented Apr 23, 2021

Sure I think both those things could be potential followups.

@sbc100 sbc100 merged commit e32410e into master Apr 23, 2021
@sbc100 sbc100 deleted the create_release branch April 23, 2021 17:35
radekdoulik referenced this pull request in dotnet/emsdk May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants