From 0c0155ab22e8e58154349f6fe9764217f34270d0 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 8 Aug 2023 17:48:00 +0200 Subject: [PATCH] corrections for release process --- .github/workflows/tag_release.yml | 6 +++--- CHANGELOG.md | 9 +++++++++ pom.xml | 6 ++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index e63b337..0d245eb 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -44,7 +44,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: ecocode-plugins - path: lib + path: target - name: Export UPLOAD_URL id: export_upload_url run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT @@ -58,7 +58,7 @@ jobs: uses: actions/download-artifact@v3 with: name: ecocode-plugins - path: lib + path: target - name: Upload Release Asset - Python Plugin id: upload-release-asset uses: actions/upload-release-asset@v1 @@ -66,6 +66,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{needs.build.outputs.upload_url}} - asset_path: lib/ecocode-python-plugin-${{ github.ref_name }}.jar + asset_path: target/ecocode-python-plugin-${{ github.ref_name }}.jar asset_name: ecocode-python-plugin-${{ github.ref_name }}.jar asset_content_type: application/zip diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ff4c0..19802dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deleted +## [0.0.0] + +### Added + +### Changed + +### Deleted + [unreleased]: https://github.com/green-code-initiative/ecoCode-python/compare/v0.0.1...HEAD +[0.0.1]: https://github.com/green-code-initiative/ecoCode-python/compare/v0.0.0...0.0.1 diff --git a/pom.xml b/pom.xml index f0ee623..cfb51b8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,12 @@ repo + + scm:git:https://github.com/green-code-initiative/ecocode-python + scm:git:https://github.com/green-code-initiative/ecocode-python + https://github.com/green-code-initiative/ecocode-python + HEAD + GitHub https://github.com/green-code-initiative/ecoCode-python/issues