Skip to content
Merged
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
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@
<includes>
javascript-modules-engine/yarn.lock,jahia-test-module/yarn.lock
</includes>
<message>chore(release): Prepare release ${project.version}</message>
<!-- important to use "skip ci" to prevent the "on merge to main" workflow to be triggered halfway during the release process -->
<message>chore(release): Prepare release ${project.version} [skip ci]</message>
</configuration>
</plugin>
</plugins>
Expand Down
Loading