Skip to content

Commit

Permalink
fix(release): implementing semantic release (#49)
Browse files Browse the repository at this point in the history
* fix(release): implementing semantic release

* fix(release): implementing semantic release
  • Loading branch information
santicalleg authored May 3, 2024
1 parent b182e02 commit ff50ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"branches": ["master"], # especificar la rama principal
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/git",
{
"assets": [ { "path": "build/**/*", "label": "Compiled files" }], # cambiar path por la ruta con el compilado de la app
"assets": [ { "path": "build/**/*", "label": "Compiled files" }],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
Expand Down

0 comments on commit ff50ad3

Please sign in to comment.