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

[CI]: Change release strategies #2977

Open
2 tasks
Tracked by #3270
itohatweb opened this issue Apr 5, 2023 · 4 comments
Open
2 tasks
Tracked by #3270

[CI]: Change release strategies #2977

itohatweb opened this issue Apr 5, 2023 · 4 comments
Assignees
Milestone

Comments

@itohatweb
Copy link
Member

Before the release of v19 only run the release workflows on a tag create.

  • NPM
  • Docker Images
@MatthewSH
Copy link
Contributor

MatthewSH commented Dec 1, 2023

Talking about releases, thoughts on leveraging release please for this? I've used it in every single one of my projects including monorepos and it's been a godsend.

For example, this is a private monorepo I have that uses it
image

It's not as pretty as some major release creation but it's pretty effective. It also creates tags for it and automatically maintains changelogs as well. The only downside is we'd have to follow conventional commits for it to work properly, so we'd maybe have to use something like an action to ensure PR titles are consistent and when we merge we set it to always use PR title.

Since I have experience with it, I'd be happy to set it up.

@MatthewSH
Copy link
Contributor

So I decided to tinker a bit and I got release-please basic installed. It's not doing any release work as that's a different task all together but here is an example PR of the current main branch

@MatthewSH
Copy link
Contributor

another alternative is to use something like cliff jumper and doing more manual things if we don't want to offload it all to release-please and want more control.

@H01001000 H01001000 changed the title Change release strategies [CI]: Change release strategies Dec 9, 2023
@Fleny113
Copy link
Contributor

Fleny113 commented Mar 5, 2024

Considering the release of JSR do we plan to publish discordeno to jsr.io?

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

4 participants