-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ivim' into feature/ivim
- Loading branch information
Showing
6,038 changed files
with
316,602 additions
and
161,036 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,31 @@ | ||
name: bloom-release | ||
|
||
on: | ||
push: | ||
tags: | ||
- 'v[0-9]+.[0-9]+.[0-9]+' | ||
|
||
jobs: | ||
bloom-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Release ROS | ||
uses: at-wat/bloom-release-action@v0 | ||
with: | ||
ros_distro: noetic | ||
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }} | ||
github_user: jpbusch | ||
git_user: Jean-Pierre Busch | ||
git_email: [email protected] | ||
release_repository_push_url: https://github.com/ika-rwth-aachen/etsi_its_messages-release.git | ||
open_pr: false | ||
- name: Release ROS 2 | ||
uses: at-wat/bloom-release-action@v0 | ||
with: | ||
ros_distro: humble iron jazzy | ||
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }} | ||
github_user: jpbusch | ||
git_user: Jean-Pierre Busch | ||
git_email: [email protected] | ||
release_repository_push_url: https://github.com/ros2-gbp/etsi_its_messages-release.git | ||
open_pr: false |
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.