Skip to content

chore(release): change release script to append commits instead of re…#6

Merged
vsavkin merged 1 commit intonrwl:masterfrom
jeffbcross:publish
Aug 31, 2017
Merged

chore(release): change release script to append commits instead of re…#6
vsavkin merged 1 commit intonrwl:masterfrom
jeffbcross:publish

Conversation

@jeffbcross
Copy link
Member

…place

To test:
edit release.sh and change this line:
git remote add origin git@github.com:nrwl/$REPO_DIR.git && \
to point to your own fork of the builds, i.e.: git@github.com:vsavkin/$REPO_DIR.git

This makes our release script append commits to the respective build repositories, instead of replacing the init commit every time.

With this change, a version is created for each of the builds, which is nx's current package.json version plus the short sha for the current nx commit, i.e. 0.0.1-abcdef0. This version is used to update the built package.json version, and is also used to create a git tag on each of the respective repositories.

Look at my forks of the builds to see the output:

@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants