From c22045eb7454fcc53f76dd818f38e5b34e135aef Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:42:35 +0100 Subject: [PATCH 1/4] chore: update CHANGELOG for v0.6.0 (#620) --- doc/changelog/613.added.md | 1 - doc/changelog/620.documentation.md | 1 + doc/source/changelog.rst | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 doc/changelog/613.added.md create mode 100644 doc/changelog/620.documentation.md 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/620.documentation.md b/doc/changelog/620.documentation.md new file mode 100644 index 000000000..ec8d1d15e --- /dev/null +++ b/doc/changelog/620.documentation.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..3999af076 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -7,4 +7,12 @@ 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 `_ + .. vale on From 22661be3236bf9905749830081b4ad6c6f4f4223 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:52:52 +0100 Subject: [PATCH 2/4] Revert "chore: update CHANGELOG for v0.6.0 (#620)" This reverts commit c22045eb7454fcc53f76dd818f38e5b34e135aef. --- doc/changelog/613.added.md | 1 + doc/changelog/620.documentation.md | 1 - doc/source/changelog.rst | 8 -------- 3 files changed, 1 insertion(+), 9 deletions(-) create mode 100644 doc/changelog/613.added.md delete mode 100644 doc/changelog/620.documentation.md diff --git a/doc/changelog/613.added.md b/doc/changelog/613.added.md new file mode 100644 index 000000000..56c7872b4 --- /dev/null +++ b/doc/changelog/613.added.md @@ -0,0 +1 @@ +feat: changelog actions \ No newline at end of file diff --git a/doc/changelog/620.documentation.md b/doc/changelog/620.documentation.md deleted file mode 100644 index ec8d1d15e..000000000 --- a/doc/changelog/620.documentation.md +++ /dev/null @@ -1 +0,0 @@ -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 3999af076..a1e16f545 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -7,12 +7,4 @@ 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 `_ - .. vale on From f06741a42d9daac79d166d0cbe7c53b66e77decb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:12:40 +0100 Subject: [PATCH 3/4] fix: make pr-check-title independent (#624) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 2 -- doc/changelog/624.miscellaneous.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 doc/changelog/624.miscellaneous.md 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/624.miscellaneous.md b/doc/changelog/624.miscellaneous.md new file mode 100644 index 000000000..2cca0ce10 --- /dev/null +++ b/doc/changelog/624.miscellaneous.md @@ -0,0 +1 @@ +fix: make pr-check-title independent \ No newline at end of file From 17eeee4c61ad03558a5cd39209954570c0911fc2 Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:28:18 +0100 Subject: [PATCH 4/4] chore: update CHANGELOG for v0.6.0 (#625) --- doc/changelog/613.added.md | 1 - doc/changelog/624.miscellaneous.md | 1 - doc/changelog/625.miscellaneous.md | 1 + doc/source/changelog.rst | 14 ++++++++++++++ 4 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 doc/changelog/613.added.md delete mode 100644 doc/changelog/624.miscellaneous.md create mode 100644 doc/changelog/625.miscellaneous.md 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/624.miscellaneous.md b/doc/changelog/624.miscellaneous.md deleted file mode 100644 index 2cca0ce10..000000000 --- a/doc/changelog/624.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -fix: make pr-check-title independent \ 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