Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Nov 10, 2020
1 parent 52d671e commit aa67420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,12 @@ jobs:
tag_name: ${{ steps.version.outputs.tag }}
release_name: ${{ steps.version.outputs.tag }}
body: Full changelog ⇒ [${{ steps.version.outputs.tag }}](${{ steps.changelog.outputs.url }})
# TODO Change to false once validated
draft: true
prerelease: false

- name: Download all release pacakges
uses: actions/download-artifact@v2

#TODO Remove once validated
- name: Display structure of downloaded files
run: ls -R

- name: Attach darwin disk image
uses: actions/upload-release-asset@v1
env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.0] - 2020-11-10

### Added
- Input generation for oneof fields
- Input generation for map fields
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Roger Chapman",
"email": "[email protected]"
},
"version": "0.2.0",
"version": "0.0.0-dev",
"binaryname": "wombat",
"frontend": {
"dir": "frontend",
Expand Down

0 comments on commit aa67420

Please sign in to comment.