googleapis / googleapis/release-please

Add the input for GitHub action to specify release message pattern

Open
#1,039 0 comments 0 reactions 0 assignees View on GitHub
needs design type: feature request
Dominant language
TypeScript
Stars
7.5k
Forks
588
Avg merge
12h 16m
Merged PRs (30d)
7

Description

Currently, there is no way to change the release message.
Thus, the user cannot add static text before/after changelog or use bumped version anyhow.

It seems to me a template with variables could help many users. E.g.:
```
- uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: node
package-name: release-please-action
release-message: |
The community keeps growing, and we'd love to see you there!

- Link to slack
- Link to tg
- Link to twitter

## Installation

Download [here](https://storage.com/release/v${VERSION}/app.tar.gz).

## Changelog

${CHANGELOG}
```

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.