Skip to content

Commit

Permalink
v0.4.4 fix: archivo release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasS-R committed Oct 1, 2024
1 parent 7dd91aa commit 0233bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
tag_name: ${{ github.ref }} # El nombre del tag (por ejemplo, v1.0.1)
release_name: Release ${{ github.ref }} # Nombre del release
body: $(cat RELEASE_NOTES.md) # Contenido extraído del changelog
draft: false
draft: true
prerelease: false
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.4.4: - 2024-09-30 -

### Modificado
- Commit de correccion de releases

## Version 0.4.3: - 2024-09-30 -

### Modificado
Expand Down

0 comments on commit 0233bbc

Please sign in to comment.