Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 489 Bytes

File metadata and controls

21 lines (13 loc) · 489 Bytes

Release Process

This document describes how to release a new version of the wasihttp package.

Release Steps

  1. Update the CHANGELOG.md with the changes since the last release.
  2. Ensure all tests pass and examples work correctly.

Creating a Release

Create a new git tag for the release:

git tag x/wasihttp/v0.1.0
git push origin x/wasihttp/v0.1.0

Version Numbering

The wasihttp package follows semantic versioning.