Skip to content

Commit

Permalink
services/galexie: merge galexie v1.0.0 release branch to master (stel…
Browse files Browse the repository at this point in the history
…lar#5406)

* services/galexie: Add Changelog entry
* Fix Galexie release workflow
  • Loading branch information
urvisavla authored Jul 31, 2024
1 parent ecd28b6 commit f692f12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/galexie-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
echo "Using stellar core version $(stellar-core version)"
- name: Run tests
run: go test -v -race -run TestGalexieTestSuite ./exp/services/galexie/...
run: go test -v -race -run TestGalexieTestSuite ./services/galexie/...

- name: Build docker
run: make -C exp/services/galexie docker-build
run: make -C services/galexie docker-build

# Push images
- name: Login to DockerHub
Expand All @@ -56,4 +56,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push to DockerHub
run: make -C exp/services/galexie docker-push
run: make -C services/galexie docker-push
8 changes: 8 additions & 0 deletions services/galexie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).

## [v1.0.0]

- 🎉 First release!

0 comments on commit f692f12

Please sign in to comment.