Skip to content

Commit

Permalink
v0.4.5 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 0233bbc commit c7d3521
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# 2. Extraer la sección correspondiente del CHANGELOG.md
- name: Extract changelog section
id: changelog
id: extract_changelog
run: |
# Obtener la versión del tag (remover "refs/tags/")
VERSION=${GITHUB_REF/refs\/tags\//}
Expand All @@ -35,4 +35,8 @@ jobs:
release_name: Release ${{ github.ref }} # Nombre del release
body: $(cat RELEASE_NOTES.md) # Contenido extraído del changelog
draft: true
prerelease: false
prerelease: false

- name: Set release notes output
id: changelog
run: echo "::set-output name=body::$(< RELEASE_NOTES.md)"
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.5: - 2024-09-30 -

### Modificado
- Commit de correccion del archivo [release](.github/workflows/release.yml)

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

### Modificado
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proyecto-devops",
"version": "0.4.2",
"version": "0.4.5",
"description": "Proyecto universitario para devops",
"main": "../src/routes/routes.js",
"scripts": {
Expand Down

0 comments on commit c7d3521

Please sign in to comment.