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: added release pipelines for slash #546

Merged
merged 1 commit into from
Oct 25, 2024
Merged

ci: added release pipelines for slash #546

merged 1 commit into from
Oct 25, 2024

Conversation

JLou
Copy link
Contributor

@JLou JLou commented Oct 10, 2024

uploads storybooks to the gh page

The new process to deploy a new slash version is as follows:
Apply a tag in the format "slash/1.0.0" or "slash/1.0.0-rc1" to deploy to npm
If it is a stable version, the storybook will also be deployed

fixes #549 fixes #35

@JLou JLou marked this pull request as ready for review October 15, 2024 13:22
@JLou JLou force-pushed the ci-storybook branch 2 times, most recently from 84cf8a4 to df64158 Compare October 15, 2024 13:27
A new tag with "slash/*" format will
- publish new packages to npm
- upload slash storybooks to the gh-pages if the version is stable

fixes #549, fixes #35
Copy link

@JLou JLou changed the title ci: documentation ci ci: added release pipelines for slash Oct 18, 2024
@JLou JLou added this to the 1.0.0 milestone Oct 21, 2024
@JLou JLou added ci Updating the CI pipelines release Anything related to package releases labels Oct 21, 2024
@JLou JLou merged commit c156eb2 into main Oct 25, 2024
2 checks passed
@JLou JLou deleted the ci-storybook branch October 25, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Updating the CI pipelines release Anything related to package releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy storybook on github page when a new stable version is published Publishing github actions
4 participants