Skip to content

Commit

Permalink
Add back v prefix to release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 4, 2024
1 parent 2dfff01 commit d0c9d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config: ForgeConfig = {
name: 'boson',
},
prerelease: true,
tagPrefix: '',
tagPrefix: 'v',
},
},
],
Expand Down

0 comments on commit d0c9d18

Please sign in to comment.