Skip to content

Commit

Permalink
Update release.config.js remove v3 from release
Browse files Browse the repository at this point in the history
  • Loading branch information
KimFFVII authored Feb 2, 2024
1 parent b8a9496 commit 53b0f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['main', 'v3'],
branches: ['main'],
preset: 'conventionalcommits',
presetConfig: {
types: [
Expand Down

0 comments on commit 53b0f27

Please sign in to comment.