Skip to content

Commit

Permalink
build: Add commit-lint
Browse files Browse the repository at this point in the history
In order for the automatic release process VRPirates#32 to work we need to ensure that we always use conventional commits in order for the changelog to be generated correctly. This patch ensures that this is the case.
  • Loading branch information
MikeRatcliffe committed Sep 17, 2024
1 parent 9e59619 commit f53cf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions views/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
</script>
</head>
<body>
<div class="content-container">
<div class="content-container">
<div class="sticky" id="topbar">
<nav class="navbar navbar-expand" style="padding: 5px">
Expand Down
1 change: 1 addition & 0 deletions views/modals/sideload-queue.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div
class="modal fade modal-right"
id="sideload-queue-modal"
id="sideload-queue-modal"
tabindex="-1"
role="dialog"
aria-labelledby="sideloadModalLabel"
Expand Down

0 comments on commit f53cf97

Please sign in to comment.