Skip to content

Commit

Permalink
Bump the min release tag (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Apr 13, 2021
1 parent d559fc8 commit ef225a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulp-tasks/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = {
GENERATED_RELEASE_FILES_DIRNAME: 'generated-release-files',

// This is used in the publish-bundle step to avoid doing anything
// with tags < v4.0.0.
MIN_RELEASE_TAG_TO_PUBLISH: 'v6.1.1',
// with tags that have known issues.
MIN_RELEASE_TAG_TO_PUBLISH: 'v6.1.5',
GITHUB_OWNER: 'GoogleChrome',
GITHUB_REPO: 'workbox',

Expand Down

0 comments on commit ef225a9

Please sign in to comment.