Skip to content

Commit

Permalink
Update more examples during the release
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Dec 20, 2024
1 parent 12750ec commit 4b27a73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/developer/release/release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,17 @@
start="${checkers.ver.0}" end="${checkers.ver.1}"
with="${release.ver}"/>

<update file="${cf.docs.examples}/errorprone/build.gradle"
start="${checkers.ver.0}" end="${checkers.ver.1}"
with="${release.ver}"/>

<update file="${cf.docs.examples}/BazelExample/maven_install.json"
start="${checkers.ver.0}" end="${checkers.ver.1}"
with="${release.ver}"/>
<update file="${cf.docs.examples}/BazelExample/MODULE.bazel"
start="${checkers.ver.0}" end="${checkers.ver.1}"
with="${release.ver}"/>

</target>

<target name="zip-checker-framework" description="Creates a zip archive for the Checker Framework.">
Expand Down

0 comments on commit 4b27a73

Please sign in to comment.