Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-rc.1.0
Browse files Browse the repository at this point in the history
EisenbergEffect committed Jun 22, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 16c6ce7 commit 3e74da4
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "1.0.0-beta.1.0.4",
"version": "1.0.0-rc.1.0.0",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
14 changes: 4 additions & 10 deletions build/tasks/prepare-release.js
Original file line number Diff line number Diff line change
@@ -15,16 +15,10 @@ gulp.task('changelog', function () {
.pipe(gulp.dest(paths.doc));
});

gulp.task('changelog', function(callback) {
var pkg = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));

return changelog({
repository: pkg.repository.url,
version: pkg.version,
file: paths.doc + '/CHANGELOG.md'
}, function(err, log) {
fs.writeFileSync(paths.doc + '/CHANGELOG.md', log);
});
gulp.task('bump-version', function(){
return gulp.src(['./package.json', './bower.json'])
.pipe(bump({type:args.bump })) //major|minor|patch|prerelease
.pipe(gulp.dest('./'));
});

gulp.task('prepare-release', function(callback){
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.0.0-rc.1.0.0"></a>
# [1.0.0-rc.1.0.0](https://github.com/aurelia/i18n/compare/1.0.0-beta.1.0.4...v1.0.0-rc.1.0.0) (2016-06-22)



### 0.5.2 (2016-04-13)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "1.0.0-beta.1.0.4",
"version": "1.0.0-rc.1.0.0",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",

0 comments on commit 3e74da4

Please sign in to comment.