File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 3
3
4
4
### Bug Fixes
5
5
6
+ * add auto push and publish in readme ([ ccdb805] ( https://github.com/jipitiai/askcodebase-common/commit/ccdb805e0be4a475feb4d9ea90c10723e502d89b ) )
6
7
* set permissions for github action ([ 79013d2] ( https://github.com/jipitiai/askcodebase-common/commit/79013d2c3f3cf7ffc39b395228c5ad485e8c1746 ) )
7
8
8
9
9
10
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
-
19
11
## [ 1.1.8] ( https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.8 ) (2023-08-02)
20
12
21
13
22
14
23
- ## [ 1.1.7] ( https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.7 ) (2023-08-02)
24
-
25
-
26
-
27
15
## [ 1.1.6] ( https://github.com/jipitiai/askcodebase-common/compare/v1.1.5...v1.1.6 ) (2023-08-02)
28
16
29
17
42
30
43
31
44
32
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)
46
34
47
35
48
36
### Bug Fixes
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Common types, definitions for AskCodebase client and server.
6
6
7
7
``` bash
8
8
pnpm i
9
- pnpm watch # build & watch
10
9
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
+ ```
You can’t perform that action at this time.
0 commit comments