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: update workflow #380

Merged
merged 3 commits into from
Aug 11, 2022
Merged

Conversation

PainterPuppets
Copy link
Contributor

@PainterPuppets PainterPuppets commented Aug 10, 2022

Motivation

A workflow to auto publish stable/next Lumos

Usage

stable -> stable

1. git checkout -b v0.19.0 image
2. yarn run versionup image
3. git push orgin heads/v0.19.0:v0.19.0 image
4. check github actions & npm repo image image

stable -> next

1. git checkout -b next/v0.20.0-alpha.0 image
2. yarn run versionup:prerelease
  • (option) delete all changelog.md and copy changelog to commit msg
image
3. git commit . & git push orgin next/v0.20.0-alpha.0 image
4. check github actions & npm repo image image

next -> next

1. git checkout -b next/v0.20.0-alpha.1 image
2. yarn run versionup:prerelease
  • (option) delete all changelog.md and copy changelog to commit msg
image
3. git commit . & git push orgin next/v0.20.0-alpha.1 image
4. check github actions & npm repo image image

next -> stable

1. git checkout -b v0.20.0 image
2. yarn run versionup:minor image
3. git push orgin v0.20.0 image
4. check github actions & npm repo image

Note

  • How to change npm scope: replace all '@ckb-lumos' to '@anyscope-lumos' and run rm -rf ./node_modules & yarn

@vercel
Copy link

vercel bot commented Aug 10, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
lumos-website ✅ Ready (Inspect) Visit Preview Aug 10, 2022 at 1:27PM (UTC)

@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #380 (e594d2c) into develop (bc3b8f1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #380   +/-   ##
========================================
  Coverage    82.26%   82.26%           
========================================
  Files           81       81           
  Lines        17685    17685           
  Branches      1694     1694           
========================================
  Hits         14548    14548           
  Misses        3114     3114           
  Partials        23       23           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc3b8f1...e594d2c. Read the comment docs.

@homura homura merged commit 7a821d1 into ckb-js:develop Aug 11, 2022
@homura homura mentioned this pull request Sep 13, 2022
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.

3 participants