Skip to content

Commit

Permalink
Fixed minor issue to prep v2.2.0 release (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai authored Aug 13, 2024
1 parent 695557d commit 664dd07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/kind-monkeys-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@tbdex/http-client": minor
"@tbdex/http-server": minor
"@tbdex/protocol": minor
---

Fixed minor issue to prep v2.2.0 release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Release workflow:

1. Open a PR
2. `changeset-bot` will automatically [comment on the PR](https://github.com/TBD54566975/tbdex-js/pull/30#issuecomment-1732721942) with a reminder & recommendations for semver
3. Run `pnpm changeset` locally and push changes (`.changet/*.md`). The CLI tool will walk you through a set of steps for you to define the semantic changes and create a randomly-named markdown file within `.changeset/`.
3. Run `pnpm changeset` locally and push changes (`.changeset/*.md`). The CLI tool will walk you through a set of steps for you to define the semantic changes and create a randomly-named markdown file within `.changeset/`.
4. Merge PR into `main`.
5. Profit from the automated release pipeline:
- [Release Workflow](./.github/workflows/release.yml) will create a new Version Package PR, or update the existing one. For example, [see this PR](https://github.com/TBD54566975/tbdex-js/pull/36). This PR updates the version numbers in the relevant `package.json` files & also aggregates the Summary notes into the relevant `CHANGELOG.md` files.
Expand Down

0 comments on commit 664dd07

Please sign in to comment.