Skip to content

Commit 096a0e0

Browse files
committed
fix: add auto push and publish in readme
1 parent ab8aecf commit 096a0e0

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,15 @@
33

44
### Bug Fixes
55

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

89

910

10-
## [1.1.9](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.9) (2023-08-02)
11-
12-
13-
### Bug Fixes
14-
15-
* set permissions for github action ([4c90f75](https://github.com/jipitiai/askcodebase-common/commit/4c90f7564290ced90fe873e48439d9ed32401518))
16-
17-
18-
1911
## [1.1.8](https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.8) (2023-08-02)
2012

2113

2214

23-
## [1.1.7](https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.7) (2023-08-02)
24-
25-
26-
2715
## [1.1.6](https://github.com/jipitiai/askcodebase-common/compare/v1.1.5...v1.1.6) (2023-08-02)
2816

2917

@@ -42,7 +30,7 @@
4230

4331

4432

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

4735

4836
### Bug Fixes

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Common types, definitions for AskCodebase client and server.
66

77
```bash
88
pnpm i
9-
pnpm watch # build & watch
109
pnpm build # build
11-
```
10+
```
11+
12+
## Auto push and publish
13+
14+
```
15+
git add .
16+
git commit -m"..."
17+
pnpm version patch -m "bump: v%s" # patch|minor|major
18+
19+
```

0 commit comments

Comments
 (0)