Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
run: sudo apt install libegl1 libegl-mesa0 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
- name: Restore images cache
uses: actions/cache@v4
with:
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/212.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: Changelog links
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
template = "doc/changelog.d/changelog_template.jinja"
title_format = "`{version} <https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}>`_ - {project_date}"
issue_format = "`#{issue} <https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue}>`_"
title_format = "`[{version}](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}) - {project_date}"
issue_format = "`[#{issue}](https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue})"

[[tool.towncrier.type]]
directory = "added"
Expand Down
Loading