Skip to content

Commit

Permalink
docs(repo): improve docs on release procedure (#927)
Browse files Browse the repository at this point in the history
* docs(repo): improve docs on release procedure

* refactor(repo): remove unused service

* chore(web-ui): set package version to 0.0.0

---------

Co-authored-by: Johan Book <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
johanbook and Johan Book authored Jul 25, 2024
1 parent c03076d commit 85571f1
Show file tree
Hide file tree
Showing 13 changed files with 785 additions and 12,326 deletions.
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

0 comments on commit 85571f1

Please sign in to comment.