Skip to content

Use 'release-script' package for release process #87

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 2 commits into from
Jul 11, 2015

Conversation

AlexKVal
Copy link
Member

Closes #48

I've added bower-prepare script.
Hence lib deleted from now on and added to .gitignore.

react-router-bootstrap-bower repo needs to be created first.

Then release new version by one of

> npm run patch
> npm run minor
> npm run major

commands.

It does the same all steps that ./tools/release in React-Boostrap does.

It preid is needed, then release like that:

> release patch --preid alpha

Just running

> release

will print usage help, similar to ./tools/release.

I've checked release-script on my trash project:
https://github.com/AlexKVal/es6-prototype-proj/releases
https://www.npmjs.com/package/es6-prototype-proj
https://github.com/AlexKVal/es6-prototype-proj-bower/releases
It even adds changelog to github tags.
screen shot 2015-07-10 at 9 03 36 pm

@AlexKVal AlexKVal mentioned this pull request Jul 10, 2015
3 tasks
Now just use one of
npm run patch
npm run minor
npm run major
commands to release new version.
@taion
Copy link
Member

taion commented Jul 10, 2015

Fantastic - LGTM

AlexKVal added a commit that referenced this pull request Jul 11, 2015
Use 'release-script' package for release process
@AlexKVal AlexKVal merged commit c1e7f34 into react-bootstrap:master Jul 11, 2015
@AlexKVal AlexKVal deleted the release-script branch July 11, 2015 10:32
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