File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Common types, definitions for AskCodebase client and server.
66
77``` bash
88pnpm i
9- pnpm watch # build & watch
109pnpm 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+ ```
You can’t perform that action at this time.
0 commit comments