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

chore: add release cycle #93

Closed
wants to merge 2 commits into from
Closed

chore: add release cycle #93

wants to merge 2 commits into from

Conversation

takanome-dev
Copy link

Description

This PR adds a release workflow which builds the project by using the development workflow file, then releases the project and finally deploys to Vercel.

I'm not 100% sure that this is going to work well as I didn't try it and was given the code. We will need to just try it and figure out how to fix issues as we encounter them.

Related Tickets

Fixes #92

@takanome-dev
Copy link
Author

takanome-dev commented Nov 20, 2023

@prjctimg you will need to add Vercel tokens in the action configs:

  • VERCEL_ORG_ID
  • VERCEL_PROJECT_ID
  • VERCEL_TOKEN

Visit the docs for more infos.
You also need to switch Vercel deployment from auto to the CLI

Copy link
Owner

@prjctimg prjctimg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks awesome! 🚀 Thank you for the changes!

So this workflow which requires VERCEL credentials is for the docs site right?

Which means the workflow file will need to leave on the documentation repository?

Setting up the required fields asap !

prjctimg

This comment was marked as duplicate.

@takanome-dev
Copy link
Author

So this workflow which requires VERCEL credentials is for the docs site right?

Yes

Which means the workflow file will need to leave on the documentation repository?

Oh my bad, I thought the docs were left in this repo 😅
I need to remove the deploy task and move it to the docs then. Nice catch 👍

@prjctimg
Copy link
Owner

So this workflow which requires VERCEL credentials is for the docs site right?

Yes

Which means the workflow file will need to leave on the documentation repository?

Oh my bad, I thought the docs were left in this repo 😅
I need to remove the deploy task and move it to the docs then. Nice catch 👍

@takanome-dev I sent you a collaboration request from the docs repository. Feel free to make necessary changes 👍

@prjctimg prjctimg closed this Nov 24, 2023
@prjctimg prjctimg deleted the 92-release-cycle branch January 15, 2024 13:13
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

Successfully merging this pull request may close these issues.

Chore: add release cycle
2 participants