Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 460 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 460 Bytes

How to develop with Go sources

go run ./src --lang python

How to build

make all

How to test NPM locally

npx ./npm

How to test PyPi locally

pipx run --path restack_get_started/main.py

How to release

  1. Increment version in all occurences (makefile, pyproject, package.json)
  2. git tag v0.6.19
  3. git push --tags

At this moment, Github detects new version tag and builds and publishes