We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c8130 commit cf129d9Copy full SHA for cf129d9
.github/workflows/cd.yml
@@ -2,7 +2,7 @@ name: CD
2
3
on:
4
release:
5
- types: [released]
+ types: [released, prereleased]
6
7
permissions:
8
contents: read
package.json
@@ -2,7 +2,7 @@
"name": "roslib",
"homepage": "https://robotwebtools.github.io",
"description": "The standard ROS Javascript Library",
- "version": "2.0.0-alpha1",
+ "version": "2.0.0-alpha2",
"license": "BSD-2-Clause",
"files": [
"dist"
0 commit comments