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

Build: Add CI release scripts (fxies #6884) #6885

Merged
merged 1 commit into from Aug 12, 2016
Merged

Build: Add CI release scripts (fxies #6884) #6885

merged 1 commit into from Aug 12, 2016

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Aug 11, 2016

What issue does this pull request address?
#6884

What changes did you make? (Give an overview)

  • Added ci-release script
  • Added gh-release script

Is there anything you'd like reviewers to focus on?

Ensure changes in Makefile.js make sense.

@eslintbot
Copy link

Thanks for the pull request, @nzakas! I took a look to make sure it's ready for merging and found some changes are needed:

  • Pull requests with code require an issue to be mentioned at the end of the commit summary, such as (fixes #1234). Please update the commit summary with an issue (file a new issue if one doesn't already exist).

Can you please update the pull request to address these?

(More information can be found in our pull request guide.)

@eslintbot
Copy link

LGTM

@ilyavolodin
Copy link
Member

LGTM, but waiting another day for others to look

@platinumazure
Copy link
Member

LGTM.

@nzakas nzakas added the do not merge This pull request should not be merged yet label Aug 12, 2016
@nzakas
Copy link
Member Author

nzakas commented Aug 12, 2016

These particular changes may not be necessary - let's hold off so I can verify.

@eslintbot
Copy link

LGTM

@nzakas nzakas removed the do not merge This pull request should not be merged yet label Aug 12, 2016
@eslintbot
Copy link

LGTM

@@ -650,7 +651,7 @@ target.gensite = function(prereleaseVersion) {
}
const added = versions.added[baseName];

if (!versions.removed[baseName] && !test("-f", sourcePath)) {
if (!versions.removed[baseName] && !fs.existsSync(sourcePath)) {
Copy link
Member

Choose a reason for hiding this comment

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

Slightly different logic here, right? Before it was checking if it exists and if it's a file, not it just checks if it exists.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, not sure how this got in. Removing.

@eslintbot
Copy link

LGTM

@ilyavolodin
Copy link
Member

LGTM

@nzakas nzakas merged commit 683ac56 into master Aug 12, 2016
@nzakas nzakas deleted the issue6884 branch August 12, 2016 18:28
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants