Skip to content

Commit

Permalink
Fix release workflow and changelog (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Jan 24, 2025
1 parent f99836b commit 750f44c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Publish package on PyPi
run: pdm publish --password ${{secrets.PYPI_TOKEN}}
run: uv publish --token ${{secrets.PYPI_TOKEN}}

# FIXME: Fails on prereleases; https://github.com/mindsers/changelog-reader-action/pull/39
- name: Parse changelog
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

Releases prior to 7.0 has been removed from this file to declutter search results; see the [archived copy](https://github.com/dipdup-io/dipdup/blob/8.0.0b5/CHANGELOG.md) for the full list.

## [8.2.0rc1] - 2025-01-23
## [8.2.0rc1] - 2025-01-24

### Added

Expand All @@ -23,7 +23,7 @@ Releases prior to 7.0 has been removed from this file to declutter search result

### Changed

- env: Database migrations with aeric require `DIPDUP_MIGRATIONS` variable to be set.
- env: Database migrations with aerich require `DIPDUP_MIGRATIONS` variable to be set.
- evm.etherscan: Datasource has been renamed from `abi.etherscan` to `evm.etherscan` for consistency.
- project: Expose Prometheus and internal API ports in default sqlite environment.

Expand Down
1 change: 1 addition & 0 deletions docs/9.release-notes/_8.2_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@

### Changed

- env: Database migrations with aerich require `DIPDUP_MIGRATIONS` variable to be set.
- evm.etherscan: Datasource has been renamed from `abi.etherscan` to `evm.etherscan` for consistency.
- project: Expose Prometheus and internal API ports in default sqlite environment.

0 comments on commit 750f44c

Please sign in to comment.