grunt-github-remove-all-releases

1.0.0 • Public • Published

NPM version Build Status Dependency Status Coverage Status

Remove all releases of a GitHub repo using github-remove-all-releases

Issues with the output should be reported on the github-remove-all-releases issue tracker.

Install

$ npm install --save-dev grunt-github-remove-all-releases

Usage

grunt.loadNpmTasks('grunt-github-remove-all-releases');
 
grunt.initConfig({
  githubRemoveAllReleases: {
    all: {
      options: {
        auth: {
          type: 'oauth',
          token: process.env.GRUNT_GITHUB_REMOVE_ALL_RELEASES_TOKEN
        },
        owner: 'stevemaotest',
        repo: 'grunt-github-remove-all-releases-test',
        filter: function() {
          return true;
        }
      }
    }
  }
});
 
grunt.registerTask('default', ['githubRemoveAllReleases']);

API

See the github-remove-all-releases docs.

License

MIT

Package Sidebar

Install

npm i grunt-github-remove-all-releases

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • stevemao