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

Use 3rd part action to handle the semantic release #1762

Closed
dadiorchen opened this issue Feb 24, 2024 · 2 comments
Closed

Use 3rd part action to handle the semantic release #1762

dadiorchen opened this issue Feb 24, 2024 · 2 comments

Comments

@dadiorchen
Copy link
Collaborator

Currently, we are using self-managed action to handle the semantic release, majorly, we need to handle this case:

  • Multiple branch can working on different feature, and push code to that branch
  • The branches can have some channel to distribute, like alpha, beta, which is defined in the semantic release rc file: .releaserc

So now we need to try to find some 3rd part lib can handle this and give a stronger support. Here are some candidates:

https://github.com/codfish/semantic-release-action
https://github.com/cycjimmy/semantic-release-action

The goal is setting 3rd part action to do the semantic release, satifys the two points mentioned above.


Some hints:

  • Please read our readme for more information/guide/tutorial.
  • For design guidelines checkout our Figma design.
  • Here is an engineering book in Greenstand.
  • To know more about our organization, visit our website.
  • If you want to join the slack community (some resources need the community member's permission), please leave your email address.
@RingoTC
Copy link
Collaborator

RingoTC commented Feb 24, 2024

I can do it. Please assign it to me.

@dadiorchen
Copy link
Collaborator Author

Or to try the new 3rd part action, we can start from an easier case: the query API, so to deploy the query API using the 3rd part action, and deploy to different channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In Progress
Development

No branches or pull requests

2 participants