From 91733348d5f30341215545bea589ed689716138b Mon Sep 17 00:00:00 2001 From: ralvescsota Date: Sat, 27 Aug 2022 16:08:00 -0300 Subject: [PATCH] refactor: ci --- .github/workflows/pipeline.yml | 6 +++--- CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e7e61cf..bffda93 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -62,6 +62,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - # body_path: ${{ github.workspace }}/CHANGELOG.md - tag_name: ${{ steps.semvers.outputs.v_patch }} - generate_release_notes: true \ No newline at end of file + body_path: ${{ github.workspace }}/CHANGELOG.md + name: release ${{ steps.semvers.outputs.v_patch }} + tag_name: ${{ steps.semvers.outputs.v_patch }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..091d092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [1.0.8] - 2022-08-27 +### Added + - Changelog \ No newline at end of file