Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-autowarefoundation/autoware_util…
Browse files Browse the repository at this point in the history
…s/1.1.0
  • Loading branch information
youtalk authored Jan 29, 2025
2 parents 6680323 + 5ddc6f6 commit 9b97489
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/create-prs-to-update-vcs-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,20 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
repo_name: autowarefoundation/autoware
parent_dir: .
targets: major minor patch
targets: major minor
base_branch: main
new_branch_prefix: feat/update-
autoware_repos_file_name: simulator.repos
verbosity: 0

- name: Create PRs to update VCS repositories for tools.repos
uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1
with:
token: ${{ steps.generate-token.outputs.token }}
repo_name: autowarefoundation/autoware
parent_dir: .
targets: major minor patch
base_branch: main
new_branch_prefix: feat/update-
autoware_repos_file_name: tools.repos
verbosity: 0
1 change: 0 additions & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
run: |
gh release ${{ steps.select-verb.outputs.verb }} "${{ steps.set-tag-name.outputs.tag-name }}" \
--draft \
--target "main" \
--title "Release ${{ steps.set-tag-name.outputs.tag-name }}" \
--notes "$NOTES"
env:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/setup-universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Show disk space
if: always()
run: |
df -h
- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories:
core/autoware_internal_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
version: 1.4.0
version: 1.5.0
core/autoware_cmake:
type: git
url: https://github.com/autowarefoundation/autoware_cmake.git
Expand Down
2 changes: 1 addition & 1 deletion simulator.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
simulator/scenario_simulator:
type: git
url: https://github.com/tier4/scenario_simulator_v2.git
version: 7.3.5
version: 8.0.0
2 changes: 1 addition & 1 deletion tools.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
tools:
type: git
url: https://github.com/autowarefoundation/autoware_tools.git
version: main
version: 0.1.0

0 comments on commit 9b97489

Please sign in to comment.