Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
points shell tasks at proper md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher McCulloh committed Sep 23, 2016
1 parent ccd8174 commit bbe6d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grunt/config/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (grunt) {

return {
readme: {
src: ['DETAILS.md', 'README.md'],
src: ['CONTRIBUTING.md', 'README.md'],
overwrite: true,
replacements: [{
from: /fuelux\/\d{1,2}\.\d{1,2}\.\d{1,2}/g,
Expand Down
2 changes: 1 addition & 1 deletion grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
// default variables for release task
var releaseDefaults = {
release: {
files: ['dist', 'README.md', 'DETAILS.md', 'bower.json', 'package.json'],
files: ['dist', 'README.md', 'CONTRIBUTING.md', 'bower.json', 'package.json'],
localBranch: 'release',
remoteBaseBranch: 'master',
remoteDestinationBranch: '3.x',
Expand Down

0 comments on commit bbe6d74

Please sign in to comment.