Skip to content

Mentor-Medier/fusion-news-theme-blocks

 
 

Repository files navigation

Fusion News Theme blocks

Please See Wiki If You Can't Find What You're Looking For, Like Rolling Back If You Have Publish Issues

This is the lerna-managed monorepo for the blocks that make up the Fusion News Theme.

This monorepo is a collection of packages for blocks. Blocks are versioned together.

if you're looking for local news theme block development, go to news theme development markdown doc

if you're looking for local blocks setup instructions with the news-theme, go to the prerequisites and 9-step quick guide

dist-tags

This package has been published with a number of dist-tags meant for different purposes:

  • stable: This tag should be equivalent to latest and the process for maintaining parity should be automated with a Github Action workflow found here. If that workflow doesn't work or the versions tagged by latest and stable do not match you can run npm run latest-stable-parity to fix that.
  • beta: These are prerelease builds published with the npx lerna publish --preid beta --pre-dist-tag beta command from the beta branch. More information can be found here.
  • canary: These builds are generated with this Github Action on every push to the canary branch. These builds don't follow the normal versioning scheme, instead they are published as version 0.0.0 appended with the short commit ID for the commit being built from (ex. 0.0.0-canary).
  • hotfix: As you may have guessed, these builds are meant for hotfixes. More information about how these builds are made can be found here.
  • latest: This dist tag is deprecated. As with all other NPM packages, this is the default dist-tag. Whenever a non-prerelease block gets published, it is published with this tag.

License

Shield: CC BY-NC-ND 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

CC BY-NC-ND 4.0