diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2a711151c..fa77f7889 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -53,7 +53,6 @@ jobs: code-style: name: "Code style" runs-on: ubuntu-latest - needs: pr-name steps: - uses: ansys/actions/code-style@v8 with: @@ -92,7 +91,6 @@ jobs: doc-style: name: "Documentation style" runs-on: ubuntu-latest - needs: pr-name steps: - name: PyAnsys documentation style checks uses: ansys/actions/doc-style@v8 diff --git a/doc/changelog/613.added.md b/doc/changelog/613.added.md deleted file mode 100644 index 56c7872b4..000000000 --- a/doc/changelog/613.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: changelog actions \ No newline at end of file diff --git a/doc/changelog/625.miscellaneous.md b/doc/changelog/625.miscellaneous.md new file mode 100644 index 000000000..ec8d1d15e --- /dev/null +++ b/doc/changelog/625.miscellaneous.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v0.6.0 \ No newline at end of file diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index a1e16f545..b7d0ea0cb 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -7,4 +7,18 @@ This document contains the release notes for the PyDyna project. .. towncrier release notes start +`0.6.0 `_ - 2024-11-20 +=========================================================================== + +Added +^^^^^ + +- feat: changelog actions `#613 `_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- fix: make pr-check-title independent `#624 `_ + .. vale on