Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to bump version and tag release on master #3210

Closed
rachel-fenichel opened this issue Oct 9, 2019 · 2 comments
Closed

Script to bump version and tag release on master #3210

rachel-fenichel opened this issue Oct 9, 2019 · 2 comments
Labels
internal External contributions not accepted issue: feature request Describes a new feature and why it should be added

Comments

@rachel-fenichel
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

A late step in releasing is to bump the version on master and tag that commit. This should be scripted.

@rachel-fenichel rachel-fenichel added issue: feature request Describes a new feature and why it should be added issue: triage Issues awaiting triage by a Blockly team member internal External contributions not accepted and removed issue: triage Issues awaiting triage by a Blockly team member labels Oct 9, 2019
@rachel-fenichel
Copy link
Collaborator Author

Formats:

Master:
Major version number is 3 after the q3 2019 release
major.yyyymmdd.patch

Develop:
Builds off the most recent release to master.
major.yyyymmdd.patch-develop

This complies with semver.

@samelhusseini
Copy link
Contributor

The version in the blockly_compressed is pulled from the package.json.
As part of this change, we should make sure that the version is bumped before a re-build so that the latest version is bundled into the release candidate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal External contributions not accepted issue: feature request Describes a new feature and why it should be added
Projects
None yet
Development

No branches or pull requests

2 participants