Skip to content

Commit f299fd4

Browse files
committed
Merge branch 'main' into release/0.2
2 parents 97cda12 + b702279 commit f299fd4

31 files changed

+68
-52
lines changed

.github/workflows/ci_cd.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,9 @@ jobs:
422422
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
423423
needs: [package, update-changelog]
424424
runs-on: ubuntu-latest
425+
env:
426+
PACKAGE_NAME: 'ansys-math-core'
425427
steps:
426-
427428
- name: "Release to the public PyPI repository"
428429
uses: ansys/actions/release-pypi-public@v8
429430
with:
@@ -436,6 +437,18 @@ jobs:
436437
with:
437438
library-name: ${{ env.PACKAGE_NAME }}
438439

440+
- name: "Add a comment on released PRs"
441+
uses: rdlf0/comment-released-prs-action@v3
442+
with:
443+
repo-token: ${{ secrets.GITHUB_TOKEN }}
444+
comment-body: |-
445+
Released in [{{name}}]({{html_url}}).
446+
447+
This comment thread has been locked. If you are still experiencing this issue after upgrading to
448+
${{ env.PACKAGE_NAME }} v[{{name}}]({{html_url}}), please open a new issue."
449+
add-label: true
450+
label-pattern: "release-{{name}}"
451+
439452

440453
doc-deploy-stable:
441454
name: "Deploy stable documentation"

.github/workflows/released_pr_comment.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

doc/changelog.d/426.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/427.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/428.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/429.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/430.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/431.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/434.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/435.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)