Skip to content

Commit

Permalink
fix name of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Dec 9, 2024
1 parent 8bb764f commit f544071
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
Expand Up @@ -7,7 +7,11 @@ module.exports = {
"next-major",
{ name: "beta", prerelease: "beta" },
{ name: "alpha", prerelease: "alpha" },
{ name: "feature/*", prerelease: "feature" } // Definindo um identificador para branches feature
{ name: "feature/authorization", prerelease: "feature-authorization" },
{ name: "feature/implement-githooks", prerelease: "feature-implement-githooks" },
{ name: "feature/input-with-tooltip", prerelease: "feature-input-with-tooltip" },
{ name: "feature/logger", prerelease: "feature-logger" },
{ name: "feature/organize-diagrams", prerelease: "feature-organize-diagrams" }
],
plugins: [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit f544071

Please sign in to comment.