-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #595 from norlab-ulaval/release
Release 1.4.4
- Loading branch information
Showing
65 changed files
with
1,423 additions
and
845 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[bumpversion] | ||
current_version = 1.4.4 | ||
commit = False | ||
tag = False | ||
|
||
[bumpversion:file:package.xml] | ||
search = <version>{current_version}</version> | ||
replace = <version>{new_version}</version> | ||
|
||
[bumpversion:file:CHANGELOG.rst] | ||
search = Unreleased | ||
replace = {new_version} ({now:%Y-%m-%d}) | ||
|
||
[bumpversion:file:doc/LinkingProjects.md] | ||
search = find_package(libpointmatcher {current_version} REQUIRED) | ||
replace = find_package(libpointmatcher {new_version} REQUIRED) | ||
|
||
[bumpversion:file:build_system/.env.build_matrix.dependencies] | ||
search = NBS_MATRIX_REPOSITORY_VERSIONS=( '{current_version}' 'latest' ) | ||
replace = NBS_MATRIX_REPOSITORY_VERSIONS=( '{new_version}' 'latest' ) | ||
|
||
[bumpversion:file:build_system/.env.build_matrix.libpointmatcher.release] | ||
search = NBS_MATRIX_REPOSITORY_VERSIONS=( '{current_version}' 'latest' ) | ||
replace = NBS_MATRIX_REPOSITORY_VERSIONS=( '{new_version}' 'latest' ) | ||
|
||
[bumpversion:file:pointmatcher/PointMatcher.h] | ||
search = #define POINTMATCHER_VERSION "{current_version}" | ||
replace = #define POINTMATCHER_VERSION "{new_version}" | ||
|
||
[bumpversion:file:./pointmatcher/PointMatcher.h] | ||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) | ||
serialize = | ||
{major}0{minor:02d}0{patch:02d} | ||
search = #define POINTMATCHER_VERSION_INT {current_version} | ||
replace = #define POINTMATCHER_VERSION_INT {new_version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.