Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 515 Bytes

RELEASE.md

File metadata and controls

38 lines (27 loc) · 515 Bytes

Releasing Harbor

This is a helper documentation on release workflow.

Seed values

Includes:

  • seeding "current" version everywhere
  • project scope for poetry for PyPi publishing
deno run -A ./.scripts/seed.ts

Publish to npm

# Test
npm publish --dry-run

# Publish
npm publish --access public

Publish to PyPI

# System python
poetry env use system
# Build
poetry build -v
# Publish
poetry publish -v

App/Docker builds

  • Actions on GH, attached to a tag