Skip to content

Commit

Permalink
fix: Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Jul 31, 2024
1 parent c5923c0 commit 2c0a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
branches: [
'do-not-delete',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v5', channel: 'prerelease-v1', range: '5.x' },
{ name: 'v5', channel: 'prerelease-v5'},

Check failure on line 5 in packages/module/release.config.js

View workflow job for this annotation

GitHub Actions / call-build-lint-test-workflow / lint

A space is required before '}'
],
analyzeCommits: {
preset: 'angular'
Expand Down

0 comments on commit 2c0a5af

Please sign in to comment.