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

docs(repo): improve docs on release procedure #927

Merged
merged 3 commits into from
Jul 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
94 changes: 0 additions & 94 deletions .github/workflows/shared.yaml

This file was deleted.

11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,16 @@ a new release, run the following commands:

```sh
npm run release
git push --follow-tags origin main
git checkout -b vX.Y.Z
```

Commit and push the files `package.json`, `package-lock.json` and `CHANGELOG.md`
and merge it to `main`. Then pull this changes in and run the following on the
main branch:

```sh
git tag vX.Y.Z
git push origin vX.Y.Z
```

## Style guide
Expand Down
30 changes: 0 additions & 30 deletions services/shared/.eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions services/shared/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions services/shared/.npmrc

This file was deleted.

Loading
Loading