Skip to content

Commit 51427eb

Browse files
committed
Bump MIN_RELEASE_TAG_TO_PUBLISH
1 parent 89840b2 commit 51427eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp-tasks/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515

1616
// This is used in the publish-bundle step to avoid doing anything
1717
// with tags < v4.0.0.
18-
MIN_RELEASE_TAG_TO_PUBLISH: 'v4.0.0',
18+
MIN_RELEASE_TAG_TO_PUBLISH: 'v5.1.1',
1919
GITHUB_OWNER: 'GoogleChrome',
2020
GITHUB_REPO: 'workbox',
2121

0 commit comments

Comments
 (0)