Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 1, 2024
1 parent 7381ac9 commit 80e6623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- 'v*.*.*' # Triggers on version tags like v1.0.0
- "v*.*.*" # Triggers on version tags like v1.0.0

jobs:
create_release:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- feat(cli): launcher script and release workflows
- fix: cleaned cli settings for sequencer, devnet and full
- feat: move to karnot runner
- fix: docker file fixes for devnet
Expand Down

0 comments on commit 80e6623

Please sign in to comment.