googleapis / googleapis/release-please-action

add preid feature

Open
#971 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.5k
Forks
327
PR merge metrics
No merged PRs in 30d

Description

### TL;DR

Can you support --preid configuration items, such as "preid:alpha/beta/rc/..."? I want the tag created by release-please to have a suffix like alpha/beta/rc.

### Detailed design

- name: release-please
uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}
release-type: node
prerelease: true
prerelease-type: alpha # <--
preid: true # <-- add [alpha] to version tag

### Additional information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.