Skip to content

Commit 49b7e17

Browse files
broken url of history #29
1 parent 6bdaea1 commit 49b7e17

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
## Change Details
126126
${{ github.event.head_commit.message }}
127127
128-
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/history
128+
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
129129
130130
## Package Download
131131
The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
## Change Details
120120
${{ github.event.head_commit.message }}
121121
122-
For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/history
122+
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
123123
124124
## Package Download
125125
The pacakge is available at: https://pypi.org/project/${{ needs.release.outputs.package_name }}/

{{cookiecutter.project_slug}}/.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
## Change Details
143143
${{ github.event.head_commit.message }}
144144
145-
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/history
145+
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
146146
147147
## Package Download
148148
The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/

{{cookiecutter.project_slug}}/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
## Change Details
120120
${{ github.event.head_commit.message }}
121121
122-
For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/history
122+
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
123123
124124
## Package Download
125125
The pacakge is available at: https://pypi.org/project/${{ needs.release.outputs.package_name }}/

0 commit comments

Comments
 (0)