Skip to content

Commit

Permalink
Add publishing package section
Browse files Browse the repository at this point in the history
  • Loading branch information
UgurGumushan committed Feb 21, 2024
1 parent de0e76e commit 8b38565
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@ JOBS_USERNAME=jobuser
JOBS_PASSWORD=jobpassword
```

## Usage in tests
## Publishing New Version

## Contribute
Create a branch that doesn't have the same name as the tag e.g. v1.0.120

```
git checkout version-<some_version>
```

Increase the version

```
npm version <some_version>
```

Push the changes with tags

```
git push --follow-tags
```

0 comments on commit 8b38565

Please sign in to comment.