Skip to content

Commit

Permalink
Prepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Apr 24, 2024
1 parent ead599a commit 8003a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ jobs:
REPOSITORY: snowplow/snowplow-event-recovery-beam
TAG: ${{github.ref_name}}
run: docker push $REPOSITORY:$TAG
- name: Deploy common on Maven Central
run: sbt "project core" ci-release
env:
PGP_PASSPHRASE: ${{ secrets.SONA_PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.SONA_PGP_SECRET }}
SONATYPE_USERNAME: ${{ secrets.SONA_USER }}
SONATYPE_PASSWORD: ${{ secrets.SONA_PASS }}
- name: Create GH release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.6.1 (2024-04-24)
--------------------------
Add local testing CLI (#142)
Run all matched configs for given row (#142)

Version 0.6.1 (2023-11-22)
--------------------------
Fix CI step for GH release creation
Expand Down

0 comments on commit 8003a5c

Please sign in to comment.