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 .github/workflows/release-finalise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
git clone "$repo" "docs/$test"
cd "docs/$test"
git reset --hard "$branch"
cd ../..
done

ls docs
Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/changelog_v0.7.0-rc.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Infrastructure
--------------

* Re-instate final fixes to release process workflow overwritten during testing by `@hsorby <https://github.com/hsorby>`_ [`#1428 <https://github.com/cellml/libcellml/pull/1428>`_].
* Perform finaly sanity check before pushing release changes to main by `@hsorby <https://github.com/hsorby>`_ [`#1427 <https://github.com/cellml/libcellml/pull/1427>`_].
* Perform final sanity check before pushing release changes to main by `@hsorby <https://github.com/hsorby>`_ [`#1427 <https://github.com/cellml/libcellml/pull/1427>`_].
* Correct conditional syntax in finalise release workflow by `@hsorby <https://github.com/hsorby>`_ [`#1426 <https://github.com/cellml/libcellml/pull/1426>`_].
* Skip user documentation update if the documentation tests failed by `@hsorby <https://github.com/hsorby>`_ [`#1425 <https://github.com/cellml/libcellml/pull/1425>`_].
* Fix more references to libcellml/website-src by `@hsorby <https://github.com/hsorby>`_ [`#1424 <https://github.com/cellml/libcellml/pull/1424>`_].
Expand Down
Loading