Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
chore(grunt): remove grunt bump for oauth-server
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudhram committed Jan 8, 2019
1 parent 84a8b52 commit 8bf2ae4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions grunttasks/bump.js
Expand Up @@ -11,18 +11,14 @@ module.exports = function (grunt) {
options: {
files: [
'package.json',
'fxa-oauth-server/package.json',
'npm-shrinkwrap.json',
'fxa-oauth-server/npm-shrinkwrap.json'
],
bumpVersion: true,
commit: true,
commitMessage: 'Release v%VERSION%',
commitFiles: [
'package.json',
'fxa-oauth-server/package.json',
'npm-shrinkwrap.json',
'fxa-oauth-server/npm-shrinkwrap.json',
'CHANGELOG.md',
'AUTHORS'
],
Expand Down

0 comments on commit 8bf2ae4

Please sign in to comment.