Skip to content

Commit

Permalink
add deprecation warning for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Zilioli authored and Luke Zilioli committed Oct 20, 2016
1 parent 9bdb555 commit e98799b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# grunt-release

## DEPRECATION WARNING

***PLEASE READ***

lzilioli/grunt-release will be deleted from GitHub on or after 2017-01-01. Please stop relying on it before that date

This comment has been minimized.

Copy link
@dorgan

dorgan Oct 26, 2016

Collaborator

How is this relying on that fork??

This comment has been minimized.

Copy link
@dorgan

dorgan Oct 26, 2016

Collaborator

I believe you meant this for your fork not this repo...


[![Build Status](https://travis-ci.org/geddski/grunt-release.svg?branch=master)](https://travis-ci.org/geddski/grunt-release)
[![Dependency Status](https://david-dm.org/geddski/grunt-release.svg)](https://david-dm.org/geddski/grunt-release)
[![devDependency Status](https://david-dm.org/geddski/grunt-release/dev-status.svg)](https://david-dm.org/geddski/grunt-release#info=devDependencies)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"author": "Dave Geddes",
"license": "MIT",
"dependencies": {
"depd": "^1.1.0",
"shelljs": "^0.5.1",
"semver": "^4.3.6",
"superagent": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions tasks/grunt-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var request = require('superagent');
var Q = require('q');

module.exports = function(grunt){
require('depd')('lzilioli/grunt-release')('lzilioli/grunt-release will be deleted from GitHub on or after 2017-01-01. Please stop relying on it before that date.');
grunt.registerTask('release', 'Bump version, git tag, git push, npm publish', function(type){

function setup(file, type){
Expand Down

0 comments on commit e98799b

Please sign in to comment.