The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/release-action/action.yml

18 lines
389 B

name: Changeset release
description: Action to cut and publish releases using changesets
inputs:
action:
description: "The main action to perform: publish, publish-final, bump or patch"
required: true
base-ref:
description: "Base ref to use for the release"
required: false
runs:
using: "node16"
main: "dist/index.js"
branding:
icon: "package"
color: "blue"