In Loco fork of Semantic UI React
The only purpose of this project is to change the original prefix .ui
to our prefix .orion
.
This project is only used by @inloco/orion and should not be used standalone.
Project resources:
-
github - inloco/semantic-ui-react
When Semantic UI React releases a new version, you should follow theses steps:
-
Create a new branch from a tag: ex: `git checkout -b orion/v0.87.3 v0.87.3
-
Replace all referecences in the source code from
ui
toorion
. Ex: Commit -
Replace the package name from
semantic-ui-react
to@inloco/semantic-ui-react
. -
Delete the local and remote tag:
git tag -d v0.87.3
git push origin :refs/tags/v0.87.3
-
Commit and push the branch.
-
publish it:
yarn publish
. Use the same version of the semantic-ui-react package. -
It is done. You can upgrade Orion package with the new version.
OBS: We do NOT create PR or merge this branch to master, since we are only replicating the versions created by Semantic UI React.