Skip to content

Commit

Permalink
Delete release tagging task (#26553)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim committed Jan 29, 2020
1 parent 1704f48 commit f63293e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 226 deletions.
224 changes: 0 additions & 224 deletions build-system/tasks/release-tagging.js

This file was deleted.

2 changes: 0 additions & 2 deletions gulpfile.js
Expand Up @@ -60,7 +60,6 @@ const {prCheck} = require('./build-system/tasks/pr-check');
const {prependGlobal} = require('./build-system/tasks/prepend-global');
const {presubmit} = require('./build-system/tasks/presubmit-checks');
const {prettify} = require('./build-system/tasks/prettify');
const {releaseTag} = require('./build-system/tasks/release-tagging');
const {serve} = require('./build-system/tasks/serve.js');
const {size} = require('./build-system/tasks/size');
const {todosFindClosed} = require('./build-system/tasks/todos');
Expand Down Expand Up @@ -109,7 +108,6 @@ gulp.task('presubmit', presubmit);
gulp.task('prettify', prettify);
gulp.task('process-3p-github-pr', process3pGithubPr);
gulp.task('process-github-issues', processGithubIssues);
gulp.task('release:tag', releaseTag);
gulp.task('serve', serve);
gulp.task('size', size);
gulp.task('todos:find-closed', todosFindClosed);
Expand Down

0 comments on commit f63293e

Please sign in to comment.