Skip to content

Commit

Permalink
lowercase patch version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Aug 23, 2020
1 parent f8ece1c commit 565bf99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/installation/added.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ const LABELS_TO_CREATE = [
description: 'Merge the PR automatically once all status checks have passed',
},
{
name: 'Patch Version',
name: 'patch version',
color: '99cef9',
description: 'Automatically create a new patch version tag after PR is merged',
},
{
name: 'Minor Version',
name: 'minor version',
color: '6EBAF7',
description: 'Automatically create a new minor version tag after PR is merged',
},
{
name: 'Major Version',
name: 'major version',
color: '1E8DE7',
description: 'Automatically create a new major version tag after PR is merged',
},
Expand Down
6 changes: 3 additions & 3 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,17 +859,17 @@ describe('installation', () => {
description: 'Merge the PR automatically once all status checks have passed',
},
{
name: 'Patch Version',
name: 'patch version',
color: '99cef9',
description: 'Automatically create a new patch version tag after PR is merged',
},
{
name: 'Minor Version',
name: 'minor version',
color: '6EBAF7',
description: 'Automatically create a new minor version tag after PR is merged',
},
{
name: 'Major Version',
name: 'major version',
color: '1E8DE7',
description: 'Automatically create a new major version tag after PR is merged',
},
Expand Down

0 comments on commit 565bf99

Please # to comment.