Skip to content

Commit

Permalink
fix: add auto push and publish in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbond committed Aug 2, 2023
1 parent ab8aecf commit 096a0e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,15 @@

### Bug Fixes

* add auto push and publish in readme ([ccdb805](https://github.com/jipitiai/askcodebase-common/commit/ccdb805e0be4a475feb4d9ea90c10723e502d89b))
* set permissions for github action ([79013d2](https://github.com/jipitiai/askcodebase-common/commit/79013d2c3f3cf7ffc39b395228c5ad485e8c1746))



## [1.1.9](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.9) (2023-08-02)


### Bug Fixes

* set permissions for github action ([4c90f75](https://github.com/jipitiai/askcodebase-common/commit/4c90f7564290ced90fe873e48439d9ed32401518))



## [1.1.8](https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.8) (2023-08-02)



## [1.1.7](https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.7) (2023-08-02)



## [1.1.6](https://github.com/jipitiai/askcodebase-common/compare/v1.1.5...v1.1.6) (2023-08-02)


Expand All @@ -42,7 +30,7 @@



## 1.1.4 (2023-08-02)
## [1.1.4](https://github.com/jipitiai/askcodebase-common/compare/4f386a47a3c8a677d5e579d6091fceb63a611f08...v1.1.4) (2023-08-02)


### Bug Fixes
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Common types, definitions for AskCodebase client and server.

```bash
pnpm i
pnpm watch # build & watch
pnpm build # build
```
```

## Auto push and publish

```
git add .
git commit -m"..."
pnpm version patch -m "bump: v%s" # patch|minor|major
```

0 comments on commit 096a0e0

Please sign in to comment.