Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter authored Dec 17, 2024
1 parent 9c222ed commit 8b33846
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# conway-web-ifc-adapter
# conway-web-ifc-adapter

## publish
```
git pull
git co -b release-tmp origin/main
yarn upgrade @bldrs-ai/conway@<major.minor.patch>
git ci -m 'conway: upgrade <previous version> to <major.minor.patch>'
PATCH=`git rev-list HEAD --count`
npm version <conway major.minor>.$PATCH
npm publish
git br -m <conway major.minor>.$PATCH
git push origin
# Send PR for review
```

0 comments on commit 8b33846

Please sign in to comment.