Skip to content

Commit

Permalink
feat: refactor 5
Browse files Browse the repository at this point in the history
  • Loading branch information
badele committed Nov 26, 2023
1 parent 1a0ed42 commit 0fb2f76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
run: cog changelog --at ${{ steps.release.outputs.version }}
-t full_hash > GITHUB_CHANGELOG.md

- name: Generate tool and lib version
run: sed -i src/versions.ts
"s/\".*\"/\"${{ steps.release.outputs.version }}\"/"

- name: Update vesion in the Readme documentation
run: sed -i README.md
sed "s/\@[0-9]\.[0-9]\.[0-9]/@${{ steps.release.outputs.version }}/"

- name: Upload github release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tabular data.

```shell
curl -fsSL https://deno.land/x/install/install.sh | sh
deno install -A -fn cfwf https://deno.land/x/cfwf/mod.ts
deno install -A -fn cfwf https://deno.land/x/cfwf@0.0.1/mod.ts
cfwf convert -i https://media.githubusercontent.com/media/datablist/sample-csv-files/main/files/people/people-100.csv -o /tmp/people.cfwf
less -S /tmp/people.cfwf
```
Expand Down

0 comments on commit 0fb2f76

Please sign in to comment.