Skip to content

Commit

Permalink
fix: Update release.config.cjs
Browse files Browse the repository at this point in the history
we are still on master here
  • Loading branch information
ff6347 authored Mar 21, 2023
1 parent f8c4a21 commit 83de58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: "@technologiestiftung/semantic-release-config",
branches: [
{ name: "main" },
{ name: "master" },
{ name: "staging", channel: "pre/rc", prerelease: "rc" },
],
plugins: [
Expand Down

1 comment on commit 83de58f

@vercel
Copy link

@vercel vercel bot commented on 83de58f Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.