File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
4
4
## [ Unreleased]
5
5
Changes to be included in the next upcoming release
6
6
7
+ ## [ 0.0.24] - 2024-07-16
8
+ Attempting to fix Makefile
9
+
7
10
## [ 0.0.23] - 2024-07-15
8
11
Attempting to fix Makefile
9
12
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ $(dist_script_files): $(script_files)
57
57
58
58
# Create the final connector-definition.tgz file
59
59
dist/connector-definition.tgz : dist/.hasura-connector/connector-metadata.yaml dist/.hasura-connector/Dockerfile dist/.hasura-connector/.dockerignore $(dist_template_files ) $(dist_script_files )
60
- cd dist && tar --dereference - czvf connector-definition.tgz . .hasura-connector
60
+ shopt -s dotglob && cd dist && tar -czvf connector-definition.tgz *
You can’t perform that action at this time.
0 commit comments