Skip to content

Commit

Permalink
chore: 🤖 update release config
Browse files Browse the repository at this point in the history
set repository url in release.config.js
  • Loading branch information
polymath-eric committed Oct 22, 2024
1 parent d67ac6a commit 5ff3acd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
module.exports = {
repositoryUrl: 'https://github.com/PolymeshAssociation/typescript-boilerplate.git',
repositoryUrl: 'https://github.com/PolymeshAssociation/local-signing-manager',
branches: [
'master',
{
name: 'beta',
prerelease: true,
},
{
name: 'alpha',
prerelease: true,
},
],
/*
* In this order the **prepare** step of @semantic-release/npm will run first
Expand Down

0 comments on commit 5ff3acd

Please sign in to comment.