Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/changelog/1245.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update migration guide for v10.2.12 patch
4 changes: 4 additions & 0 deletions doc/source/migrations/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@
- **Changelog Action Changes:** The ``doc-changelog`` action input ``use-conventional-commits`` has been renamed to ``use-pull-request-title`` for clarity.
If you use the old input, a deprecation warning appears.

- **Check-Vulnerabilities Changes:** The ``check-vulnerabilities`` action now includes a ``safety-configfile`` input (default: ``""``) that allows users to
specify a custom configuration file to use with ``safety``. This is useful for users who want to customize the behavior of ``safety`` or provide additional
configuration options.

- **PR Documentation Deployment:** The ``doc-deploy-pr`` action is now easier to use. Starting with
version ``v10.2``, you no longer need to include the ``closed`` pull request event in your workflows because
deployed documentation is cleaned up asynchronously. For more details, see :ref:`docs-deploy-pr-setup`.

- **Release-Github Changes:** The ``release-github`` action now includes a ``upload-documentation`` (default: ``true``) input. This input allows users
to control whether documentation artifacts are included in the GitHub release. Setting this to ``false`` will skip the upload of documentation artifacts,

Check warning on line 35 in doc/source/migrations/index.rst

View workflow job for this annotation

GitHub Actions / Doc style

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "doc/source/migrations/index.rst", "range": {"start": {"line": 35, "column": 108}}}, "severity": "WARNING"}
which can be useful for releases without documentation artifacts.

Version ``v10.1``
Expand Down
Loading