Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove changelogs #662

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ Checkout [Sandbox](https://github.com/Rpc-h/RPCh/tree/main/devkit/sandbox#sandbo

Please refer to [DEVELOPER_SETUP](./DEVELOPER_SETUP.md) for more details

## Changelogs

This project aims to use [Changesets](https://turbo.build/repo/docs/handbook/publishing-packages/versioning-and-publishing) for versioning.
We will gradually add changesets for new releases/tags, so that given some time we will have every app/package covered.

## Tagging scheme

This monorepo will use the usual tagging scheme for monorepos:
Expand All @@ -70,14 +65,7 @@ To deploy availability-monitor and discovery-platform on staging, tag the PR wit

### Production deployment

- Checkout latest `main` branch and run `$ yarn changeset version`
- Execute `$ yarn build` from the root folder
- If you updated hoprd and want to rely on SDK's relay pathing update [Nodes compatibility Version](https://github.com/hoprnet/RPCh/blob/main/packages/sdk/src/node-pair.ts#L20)
- Add changes and make a version commit
- Tag all applications/packages that you updated and want to deploy
- Ideally you have now one commit ahead of `origin/main` with all the tags.
- Push it `$ git push origin main --tags`
- After the correct tags for your application where built, follow deployment instructions further down

### RPC Server

Expand Down
361 changes: 0 additions & 361 deletions apps/availability-monitor/CHANGELOG.md

This file was deleted.

Loading
Loading