Skip to content

Commit

Permalink
Bump ROS version and change TS tag scheme (foxglove#28)
Browse files Browse the repository at this point in the history
**Public-Facing Changes**
None

**Description**
Change TS release tags to `releases/typescript/v*` and bump ROS package version to 1.2.0
  • Loading branch information
jtbandes authored May 18, 2022
1 parent f79fd6f commit f345cad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches: [main]
tags: ["v*"]
tags: ["releases/typescript/v*"]
pull_request:
branches: ["*"]

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
run: protoc --proto_path=schemas/proto schemas/proto/**/*.proto --descriptor_set_out=/dev/null

- name: Publish to NPM
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/releases/typescript/v*') }}
run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version-tag-prefix "releases/typescript/v"
version-git-message "NPM package v%s"
5 changes: 5 additions & 0 deletions ros_foxglove_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package foxglove_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2022-05-17)
------------------
* Add new Foxglove message types to foxglove_msgs
* Contributors: Jacob Bandes-Storch

1.1.0 (2022-04-19)
------------------
* Provide foxglove_msgs for ROS1 and ROS2
Expand Down
2 changes: 1 addition & 1 deletion ros_foxglove_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>foxglove_msgs</name>
<version>1.1.0</version>
<version>1.2.0</version>
<description>
foxglove_msgs provides visualization messages that are supported by Foxglove Studio.
</description>
Expand Down

0 comments on commit f345cad

Please sign in to comment.