We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89037da commit c963d4aCopy full SHA for c963d4a
.editorconfig
@@ -16,3 +16,4 @@ max_line_length = 110
16
[*.py]
17
# checked by black
18
indent_size = 4
19
+max_line_length = 120
.mise/tasks/set-version.sh
@@ -5,8 +5,9 @@
5
6
set -euo pipefail
7
8
-# replace all occurrences '<version>1.5.0-SNAPSHOT</version>' with '<version>$usage_version</version>'
9
-# in all pom.xml files in the current directory and subdirectories
+# replace all occurrences '<version>1.5.0-SNAPSHOT</version>' with
+# '<version>$usage_version</version>' in all pom.xml files in the current directory and
10
+# subdirectories
11
12
find . -name 'pom.xml' -exec \
13
sed -i "s/<version>1.5.0-SNAPSHOT<\/version>/<version>$usage_version<\/version>/g" {} +
.mise/tasks/.shellcheckrc .shellcheckrc.mise/tasks/.shellcheckrc renamed to .shellcheckrc
0 commit comments