Skip to content

Commit

Permalink
Update everything to 0.1.0 for release (#430)
Browse files Browse the repository at this point in the history
* Update everything to 0.1.0 for release

Fixes addPath deprecation error by updating dependencies.
Moves to minor version 1 in order to allow for better messaging about API change vs patch fixes in the future.

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
  • Loading branch information
emersonknapp authored Nov 18, 2020
1 parent c941048 commit a66f0e3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- uses: ./
Expand All @@ -75,7 +75,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- uses: ./
Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
with:
required-ros-distributions: foxy
- uses: ./
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
- uses: ./
id: test_single_package
with:
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ See [action.yml](action.yml) to get the list of flags supported by this action.

```yaml
steps:
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/setup-ros@0.0.26
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: ament_copyright
target-ros2-distro: foxy
Expand All @@ -70,13 +70,13 @@ You can also automatically generate your package's dependencies using the follow
```yaml
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
# Run the generator and output the results to a file.
- run: |
rosinstall_generator <package-name> --rosdistro <target-distro> \
--deps-only --deps --upstream-development > /tmp/deps.repos
# Pass the file to the action
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: my_package
target-ros2-distro: foxy
Expand All @@ -90,10 +90,10 @@ This tool supports building for both ROS and ROS 2 - to target ROS use `target-r
```yaml
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/setup-ros@0.0.26
with:
required-ros-distributions: melodic
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: my_package
target-ros1-distro: melodic
Expand All @@ -107,8 +107,8 @@ memory corruption bugs.

```yaml
steps:
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/setup-ros@0.0.26
- uses: ros-tooling/action-ros-ci@0.1.0
with:
colcon-mixin-name: asan
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/3e627e0fa30db85aea05a50e2c61a9832664d236/index.yaml
Expand Down Expand Up @@ -137,8 +137,8 @@ preferable to use a `colcon` mixin to pass the appropriate flags automatically.

```yaml
steps:
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/setup-ros@0.0.26
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: my_package
target-ros2-distro: foxy
Expand All @@ -159,8 +159,8 @@ preferable to use a `colcon` mixin to pass the appropriate flags automatically.

```yaml
steps:
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/setup-ros@0.0.26
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: my_package
target-ros2-distro: foxy
Expand All @@ -179,8 +179,8 @@ See [action/codecov-action](https://github.com/codecov/codecov-action) documenta

```yaml
steps:
- uses: ros-tooling/setup-ros@0.0.25
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/setup-ros@0.0.26
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: my_package
target-ros2-distro: foxy
Expand Down Expand Up @@ -210,7 +210,7 @@ The configuration file is required to let codecov map the workspace directory st
GitHub workflows can persist data generated in workers during the build using [artifacts](persisting-workflow-data-using-artifacts). `action-ros-ci` generated colcon logs can be saved as follows:

```yaml
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/action-ros-ci@0.1.0
id: action_ros_ci_step
with:
package-name: ament_copyright
Expand All @@ -229,7 +229,7 @@ Generate a [personal access token](https://github.com/settings/tokens) with the
For example, if your secret is called `REPO_TOKEN`:

```yaml
- uses: ros-tooling/action-ros-ci@0.0.18
- uses: ros-tooling/action-ros-ci@0.1.0
with:
package-name: my_package
import-token: ${{ secrets.REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-ros-ci",
"version": "0.0.18",
"version": "0.1.0",
"description": "GitHub Action compiling and testing a ROS 2 package",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit a66f0e3

Please sign in to comment.