You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- auto-generated, do not modify here but in src/releasing/release-files.sh -->
412
412
```text
413
-
Parameters:
414
-
-v The version to release in the format vX.Y.Z(-RC...)
415
-
-k|key The GPG private key which shall be used to sign the files
416
-
--sign-fn Function which is called to determine what files should be signed. It should be based find and allow to pass further arguments (we will i.a. pass -print0)
417
-
-b|--branch (optional) The expected branch which is currently checked out -- default: main
418
-
--project-dir (optional) The projects directory -- default: .
419
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
420
-
-nv|--next-version (optional) the version to use for prepare-next-dev-cycle -- default: is next minor based on version
421
-
--prepare-only (optional) defines whether the release shall only be prepared (i.e. no push, no tag, no prepare-next-dev-cycle) -- default: false
422
-
--before-pr-fn (optional) defines the function which is executed before preparing the release (to see if we should release) and after preparing the release -- default: beforePr (per convention defined in scripts/before-pr.sh). No arguments are passed
423
-
--prepare-next-dev-cycle-fn (optional) defines the function which is executed to prepare the next dev cycle -- default: perpareNextDevCycle (per convention defined in scripts/prepareNextDevCycle). The following arguments are passed: -v nextVersion --pattern additionalPattern --project-dir projectsRootDir --before-pr-fn beforePrFn
424
-
--after-version-update-hook (optional) if defined, then this function is called after versions were updated and before calling beforePr. The following arguments are passed: -v version --project-dir projectsRootDir and --pattern additionalPattern
425
-
426
-
--help prints this help
427
-
--version prints the version of this script
428
413
429
-
INFO: Version of release-files.sh is:
430
-
v4.3.0-SNAPSHOT
431
414
```
432
415
433
416
</releasing-release-files-help>
@@ -503,18 +486,7 @@ it uses the [prepare next dev cycle template](#prepare-next-dev-cycle-template)
503
486
504
487
<!-- auto-generated, do not modify here but in src/releasing/prepare-files-next-dev-cycle.sh -->
505
488
```text
506
-
Parameters:
507
-
-v the version for which we prepare the dev cycle
508
-
--project-dir (optional) The projects directory -- default: .
509
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
510
-
--before-pr-fn (optional) defines the functionwhich is executed before preparing the release (to see if we should release) and after preparing the release -- default: beforePr (per convention defined in scripts/before-pr.sh). No arguments are passed
511
-
--after-version-update-hook (optional) if defined, then this functionis called after versions were updated and before calling beforePr. The following arguments are passed: -v version --project-dir projectsRootDir and --pattern additionalPattern
512
489
513
-
--help prints this help
514
-
--version prints the version of this script
515
-
516
-
INFO: Version of prepare-files-next-dev-cycle.sh is:
517
-
v4.3.0-SNAPSHOT
518
490
```
519
491
520
492
</releasing-prepare-files-next-dev-cycle-help>
@@ -599,23 +571,7 @@ Help:
599
571
600
572
<!-- auto-generated, do not modify here but in src/releasing/release-template.sh -->
601
573
```text
602
-
Parameters:
603
-
-v The version to release in the format vX.Y.Z(-RC...)
604
-
--release-hook performs the main release task such as (run tests) create artifacts, deploy artifacts
605
-
-b|--branch (optional) The expected branch which is currently checked out -- default: main
606
-
--project-dir (optional) The projects directory -- default: .
607
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
608
-
-nv|--next-version (optional) the version to use for prepare-next-dev-cycle -- default: is next minor based on version
609
-
--prepare-only (optional) defines whether the release shall only be prepared (i.e. no push, no tag, no prepare-next-dev-cycle) -- default: false
610
-
--before-pr-fn (optional) defines the functionwhich is executed before preparing the release (to see if we should release) and after preparing the release -- default: beforePr (per convention defined in scripts/before-pr.sh). No arguments are passed
611
-
--prepare-next-dev-cycle-fn (optional) defines the functionwhich is executed to prepare the next dev cycle -- default: perpareNextDevCycle (per convention defined in scripts/prepareNextDevCycle). The following arguments are passed: -v nextVersion --pattern additionalPattern --project-dir projectsRootDir --before-pr-fn beforePrFn
612
-
--after-version-update-hook (optional) if defined, then this functionis called after versions were updated and before calling beforePr. The following arguments are passed: -v version --project-dir projectsRootDir and --pattern additionalPattern
613
574
614
-
--help prints this help
615
-
--version prints the version of this script
616
-
617
-
INFO: Version of release-template.sh is:
618
-
v4.3.0-SNAPSHOT
619
575
```
620
576
621
577
</releasing-release-template-help>
@@ -687,18 +643,7 @@ Help:
687
643
688
644
<!-- auto-generated, do not modify here but in src/releasing/prepare-next-dev-cycle-template.sh -->
689
645
```text
690
-
Parameters:
691
-
-v the version for which we prepare the dev cycle
692
-
--project-dir (optional) The projects directory -- default: .
693
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
694
-
--before-pr-fn (optional) defines the functionwhich is executed before preparing the release (to see if we should release) and after preparing the release -- default: beforePr (per convention defined in scripts/before-pr.sh). No arguments are passed
695
-
--after-version-update-hook (optional) if defined, then this functionis called after versions were updated and before calling beforePr. The following arguments are passed: -v version --project-dir projectsRootDir and --pattern additionalPattern
696
-
697
-
--help prints this help
698
-
--version prints the version of this script
699
646
700
-
INFO: Version of prepare-next-dev-cycle-template.sh is:
701
-
v4.3.0-SNAPSHOT
702
647
```
703
648
704
649
</releasing-prepare-next-dev-cycle-template-help>
@@ -765,15 +710,7 @@ Help:
765
710
766
711
<!-- auto-generated, do not modify here but in src/releasing/pre-release-checks-git.sh -->
767
712
```text
768
-
Parameters:
769
-
-v The version to release in the format vX.Y.Z(-RC...)
770
-
-b|--branch (optional) The expected branch which is currently checked out -- default: main
771
713
772
-
--help prints this help
773
-
--version prints the version of this script
774
-
775
-
INFO: Version of pre-release-checks-git.sh is:
776
-
v4.3.0-SNAPSHOT
777
714
```
778
715
779
716
</releasing-pre-release-checks-git-help>
@@ -864,17 +801,7 @@ Help:
864
801
865
802
<!-- auto-generated, do not modify here but in src/releasing/update-version-common-steps.sh -->
866
803
```text
867
-
Parameters:
868
-
--for-release trueif update is forreleasein which case we hide the sneak-peek banner and toggle sections for release, iffalsethen we show the sneak-peek banner and toggle the section for development
869
-
-v The version to release in the format vX.Y.Z(-RC...)
870
-
--project-dir (optional) The projects directory -- default: .
871
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
872
804
873
-
--help prints this help
874
-
--version prints the version of this script
875
-
876
-
INFO: Version of update-version-common-steps.sh is:
877
-
v4.3.0-SNAPSHOT
878
805
```
879
806
880
807
</releasing-update-version-common-steps-help>
@@ -942,27 +869,7 @@ Help:
942
869
943
870
<!-- auto-generated, do not modify here but in src/releasing/update-version-README.sh -->
944
871
```text
945
-
Parameters:
946
-
-v The version to release in the format vX.Y.Z(-RC...)
947
-
-f|--file (optional) the file where search & replace shall be done -- default: ./README.md
948
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
<!-- auto-generated, do not modify here but in src/releasing/update-version-scripts.sh -->
1003
910
```text
1004
-
Parameters:
1005
-
-v The version to release in the format vX.Y.Z(-RC...)
1006
-
-d|--directory (optional) the working directory in which *.sh are searched (also in subdirectories) / you can also specify a file -- default: ./src
1007
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
1008
-
1009
-
--help prints this help
1010
-
--version prints the version of this script
1011
-
1012
-
Examples:
1013
-
# update version to v0.1.0 for all *.sh in ./src and subdirectories
1014
-
update-version-scripts.sh -v v0.1.0
1015
-
1016
-
# update version to v0.1.0 for all *.sh in ./scripts and subdirectories
1017
-
update-version-scripts.sh -v v0.1.0 -d ./scripts
1018
911
1019
-
# update version to v0.1.0 for all *.sh in ./src and subdirectories
<!-- auto-generated, do not modify here but in src/releasing/update-version-issue-templates.sh -->
1062
949
```text
1063
-
Parameters:
1064
-
-v The version to release in the format vX.Y.Z(-RC...)
1065
-
-d|--directory (optional) the working directory in which *.y(a)ml are searched (also in subdirectories) / you can also specify a file -- default: ./.github/ISSUE_TEMPLATE
1066
-
-p|--pattern (optional) pattern which is used in a perl command (separator /) to search & replace additional occurrences. It should define two match groups and the replace operation looks as follows: \${1}$version\${2}
1067
-
1068
-
--help prints this help
1069
-
--version prints the version of this script
1070
950
1071
-
Examples:
1072
-
# update version to v0.1.0 for all *.y(a)ml in ./.github/ISSUE_TEMPLATE and subdirectories
1073
-
update-version-issue-templates.sh -v v0.1.0
1074
-
1075
-
# update version to v0.1.0 for all *.y(a)ml in ./tpls and subdirectories
0 commit comments