diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 96ff36da..be07b2b4 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -125,7 +125,7 @@ jobs: ## Change Details ${{ github.event.head_commit.message }} - For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/history + For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/${{ needs.test.output.package_version }}/history ## Package Download The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f50b4be..1dc9b7ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: ## Change Details ${{ github.event.head_commit.message }} - For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/history + For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/${{ needs.release.outputs.package_version }}/history ## Package Download The pacakge is available at: https://pypi.org/project/${{ needs.release.outputs.package_name }}/ diff --git a/{{cookiecutter.project_slug}}/.github/workflows/dev.yml b/{{cookiecutter.project_slug}}/.github/workflows/dev.yml index fb1b6eac..c9213f51 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/dev.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/dev.yml @@ -142,7 +142,7 @@ jobs: ## Change Details ${{ github.event.head_commit.message }} - For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/history + For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/${{ needs.test.outputs.package_version }}/history ## Package Download The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/ diff --git a/{{cookiecutter.project_slug}}/.github/workflows/release.yml b/{{cookiecutter.project_slug}}/.github/workflows/release.yml index f581c914..c2dd89e6 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/release.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: ## Change Details ${{ github.event.head_commit.message }} - For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/history + For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/${{ needs.release.outputs.package_version }}/history ## Package Download The pacakge is available at: https://pypi.org/project/${{ needs.release.outputs.package_name }}/