Skip to content

Commit

Permalink
Merge pull request #162 from h4sh3d/fix-release020
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
h4sh3d authored Oct 29, 2021
2 parents 8fb382a + 0103f18 commit 2c3815f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
create_release:
name: Create from merged release branch
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
uses: farcaster-project/workflows/.github/workflows/create-release.yml@v1.0.0
uses: farcaster-project/workflows/.github/workflows/create-release.yml@v1.0.1
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
draft-new-release:
name: "Draft a new release"
uses: farcaster-project/workflows/.github/workflows/draft-new-release.yml@v1.0.0
uses: farcaster-project/workflows/.github/workflows/draft-new-release.yml@v1.0.1
with:
version: ${{ github.event.inputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/release-to-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:
jobs:
release:
name: "Publish the new release to crates.io"
uses: farcaster-project/workflows/.github/workflows/release-to-crates-io.yml@v1.0.0
uses: farcaster-project/workflows/.github/workflows/release-to-crates-io.yml@v1.0.1
secrets:
cratesio_token: ${{ secrets.H4SH3D_CARGO_REGISTRY_TOKEN }}
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2021-10-29

### Added

- Workflow automation to manage releases
Expand Down Expand Up @@ -50,6 +48,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Messages exchanged between farcaster-node's microservices
- Tasks and blockchain events used by syncers

[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.1.0...v0.2.0
[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/farcaster-project/farcaster-core/compare/33ed7f975670c79d768d74e3fd5cf7d55e011a18...v0.1.0

0 comments on commit 2c3815f

Please sign in to comment.