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

feat(scripts): add release scripts #53

Merged
merged 7 commits into from
Jul 15, 2016
Merged

feat(scripts): add release scripts #53

merged 7 commits into from
Jul 15, 2016

Conversation

arzyu
Copy link
Contributor

@arzyu arzyu commented Jul 11, 2016

package.json 增加 4 个 release 相关的脚本

{
  "scripts": {
    "release:major": "./scripts/release.sh --major",
    "release:minor": "./scripts/release.sh --minor",
    "release:patch": "./scripts/release.sh --patch",
    "copy-dist": "./scripts/copy-dist-to-server.sh"
  }
}

@arzyu arzyu changed the title feat(scripts) add release scripts feat(scripts): add release scripts Jul 11, 2016
@arzyu arzyu added the reviewed label Jul 15, 2016
@arzyu arzyu merged commit 13120b7 into dev Jul 15, 2016
@arzyu arzyu deleted the feature/scripts branch July 15, 2016 03:57
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