Skip to content

Commit 5b50af9

Browse files
authored
fix: revert project model changes (#5857)
1 parent 92419ac commit 5b50af9

File tree

13 files changed

+1080
-5335
lines changed

13 files changed

+1080
-5335
lines changed

.github/workflows/schema.yaml

Lines changed: 0 additions & 64 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,3 @@ endif
103103
# If additional build dependencies need installing in order to build the linting env.
104104
.PHONY: install-lint-build-deps
105105
install-lint-build-deps:
106-
107-
.PHONY: schema
108-
schema: install-uv
109-
uv run tools/schema.py > schema/snapcraft.json

docs/release-notes/snapcraft-8-13.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ Snapcraft 8.13.0
149149
- `#5704`_ Linter results will now always report the highest severity detected, rather
150150
than the most recently seen severity.
151151

152+
Snapcraft 8.13.1
153+
~~~~~~~~~~~~~~~~
154+
155+
- `#5843`_ The changes to the project model parsing from Snapcraft 8.13.0 have been
156+
reverted to give more time for testing.
157+
152158

153159
Contributors
154160
------------
@@ -175,3 +181,4 @@ release.
175181
.. _#5789: https://github.com/canonical/snapcraft/issues/5789
176182
.. _#5794: https://github.com/canonical/snapcraft/issues/5794
177183
.. _#5704: https://github.com/canonical/snapcraft/issues/5704
184+
.. _#5843: https://github.com/canonical/snapcraft/issues/5843

0 commit comments

Comments
 (0)