Skip to content

Commit c963d4a

Browse files
committed
format
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 89037da commit c963d4a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ max_line_length = 110
1616
[*.py]
1717
# checked by black
1818
indent_size = 4
19+
max_line_length = 120

.mise/tasks/set-version.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
set -euo pipefail
77

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
8+
# replace all occurrences '<version>1.5.0-SNAPSHOT</version>' with
9+
# '<version>$usage_version</version>' in all pom.xml files in the current directory and
10+
# subdirectories
1011

1112
find . -name 'pom.xml' -exec \
1213
sed -i "s/<version>1.5.0-SNAPSHOT<\/version>/<version>$usage_version<\/version>/g" {} +
File renamed without changes.

0 commit comments

Comments
 (0)