Skip to content

Commit

Permalink
Version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sthenic committed Aug 8, 2020
1 parent 73fd5e7 commit d312738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
nimble install -d -y
nimble build_pylib
ARCHIVE_FILENAME="vls-$(cat src/vparsepkg/private/VERSION)-pylib-macos"
ARCHIVE_FILENAME="vparse-$(cat src/vparsepkg/private/VERSION)-pylib-macos"
tar -czf "${ARCHIVE_FILENAME}.tar.gz" vparse.so README.md LICENSE CHANGELOG.md THIRD_PARTY_LICENSES.md
md5 "${ARCHIVE_FILENAME}.tar.gz" > ${ARCHIVE_FILENAME}.tar.gz.md5
Expand All @@ -48,7 +48,7 @@ jobs:
run: |
nimble install -d -y
nimble build_pylib
$ARCHIVE_FILENAME="vls-$(cat src/vparsepkg/private/VERSION)-pylib-win_x86_64"
$ARCHIVE_FILENAME="vparse-$(cat src/vparsepkg/private/VERSION)-pylib-win_x86_64"
7z a -tzip "${ARCHIVE_FILENAME}.zip" vparse.pyd README.md LICENSE CHANGELOG.md THIRD_PARTY_LICENSES.md
[string]$MD5 = (get-filehash -Algorithm MD5 "${ARCHIVE_FILENAME}.zip").Hash
echo $MD5 > "${ARCHIVE_FILENAME}.zip.md5"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to this project will be documented in this file.

## v0.1.0 - 2020-08-06
## v0.1.0 - 2020-08-08

* This is the first release of the project.

0 comments on commit d312738

Please sign in to comment.