Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to choose the base tag for the diff #381

Open
Conaclos opened this issue Sep 8, 2023 · 0 comments
Open

Add an option to choose the base tag for the diff #381

Conaclos opened this issue Sep 8, 2023 · 0 comments

Comments

@Conaclos
Copy link

Conaclos commented Sep 8, 2023

Hi!

I am working on a project where every time we release, we create two release: one for cli release and the other for the lsp release. For example the 1.1.0 version is released as cli/v1.1.0 and lsp/v1.2.0 (the versions are different because of vscode naming convention).

The issue we encounter, is that one release got tagged first and the second got wrong generated release notes because the diff is made between the new release and the last commit (resulting in an empty diff).
For example, if cli/v1.1.0 is released first, the release notes of lsp/v1.2.0 is generated using a diff between cli/v1.1.0 and main.

This GitHub action could provide an option to select the base tag for the diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant