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

Feature/automate release process #284

Merged
merged 16 commits into from
Apr 13, 2015
Merged

Conversation

Robdel12
Copy link
Owner

What is this?

This allows us to have a release process that's handled mostly with the build system rather than hand.

var gulp = require('gulp-npm-run')(require('gulp'), {
exclude: ['test'],
require: ['doc']
}),
del = require('del'),
del = require('del')
bump = require('gulp-bump'),

Choose a reason for hiding this comment

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

'bump' is not defined.

Robdel12 added a commit that referenced this pull request Apr 13, 2015
@Robdel12 Robdel12 merged commit 87d688a into master Apr 13, 2015
@Robdel12 Robdel12 deleted the feature/automate-release-process branch April 30, 2015 15:29
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.

None yet

2 participants