Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdelato authored Jul 1, 2024
1 parent 344e4f7 commit 9fbe87a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,7 @@ jobs:
github.rest.repos.createRelease({
name: "v1.0.3",
tag_name: "v1.0.3",
body: ```
#### 🐛 Bug Fix
- ANV-963: Add missing `Layout` export [#107](https://github.com/servicetitan/anvil2/pull/107) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-975: Add Final Panel [#102](https://github.com/servicetitan/anvil2/pull/102) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))
#### ⚠️ Pushed to `master`
- 1.0.2 ([email protected])
```,
body: "#### 🐛 Bug Fix\n\n- ANV-963: Add missing `Layout` export [#107](https://github.com/servicetitan/anvil2/pull/107) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))\n- ANV-975: Add Final Panel [#102](https://github.com/servicetitan/anvil2/pull/102) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))\n\n#### ⚠️ Pushed to `master`\n\n- 1.0.2 ([email protected])",
prerelease: false,
})
Expand Down

0 comments on commit 9fbe87a

Please sign in to comment.