Skip to content

Commit

Permalink
changelog: add and include in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Apr 22, 2024
1 parent 2e2a8a7 commit 14f9dd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/workflow-pushtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@ jobs:
artifacts/console*
# draft: true
name: Release for ${{ github.ref_name }} (automated)
prerelease: true
body: |
This is an automated release from a workflow. This workflow
was generated by the action-gh-release action using
workflow ${{ github.workflow }} using ${{ runner.os }}.
prerelease: false
body_path: CHANGELOG.txt
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Changelog for release v0.2.0

This release restructures the cexfind module to have a simpler API,
hence the change from v0.1.x to v0.2.

The cli, webserver and console apps have been restrutured accordingly.

* console: update to use new cexfind structure
* webserver: update to use new cexfind structure
* cli: update cli.gif and associated vhs file
* cli: use new cexfind package structure
* test: add test for Box.IDUrl
* general: update package structure and command comments

0 comments on commit 14f9dd0

Please sign in to comment.