Skip to content

Commit

Permalink
chore: developer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 9, 2024
1 parent b363c2b commit 68a6679
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ npm install
Create a new package using the built-in schematic tool:

```sh
run run new-package
npm run new-package
```

Reorder alphabetically what was generated in `README.md` and `.github/workflows/ci_release.yml`.

If this new package has any other internal packages as peer dependencies:
- make sure that this new package is also tested during the tests of the other packages

Expand Down Expand Up @@ -80,7 +82,7 @@ So when you publish a package for the first time, you will have to do the follow
feat(<package_name>): first commit
```

2. Add a tag to the commit prior the one you just created, and push it:
2. Add a tag to the commit prior to the one you just created, and push it:
```sh
@hug/ngx-<package_name>@1.0.0
```
Expand Down

0 comments on commit 68a6679

Please sign in to comment.