Skip to content

Implement semantic release #437

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

Merged
merged 4 commits into from
Aug 16, 2018
Merged

Implement semantic release #437

merged 4 commits into from
Aug 16, 2018

Conversation

mediumTaj
Copy link
Contributor

Summary

This pull request adds basic semantic release to the Unity SDK. We will not be able to automate release on the Unity Asset store since this needs to be done in the Unity editor.

@mediumTaj mediumTaj requested a review from lpatino10 August 16, 2018 20:02
@mediumTaj mediumTaj requested a review from dpopp07 August 16, 2018 20:34
.travis.yml Outdated
@@ -7,6 +7,7 @@ cache:
- ./Unity
before_install:
- chmod a+x ./Travis/installUnity.sh
- npm install npm@latest -g
Copy link

Choose a reason for hiding this comment

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

Was using npm@latest recommended in semantic-release documentation? To me, that seems inadvisable since that could introduce breaking changes if npm releases a new major version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I followed the guide here. Should I just leave this command out? or what should i replace it with

Copy link

Choose a reason for hiding this comment

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

It's really not a big deal but I would use npm install -g [email protected] to future-proof yourself

Copy link

@lpatino10 lpatino10 left a comment

Choose a reason for hiding this comment

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

Once you add the change Dustin suggested, it looks good to me 👍

@mediumTaj mediumTaj merged commit 6c71851 into develop Aug 16, 2018
@germanattanasio germanattanasio deleted the feature-semantic-release branch August 17, 2018 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants