Skip to content

Commit

Permalink
Merge pull request #32 from opentargets/dev
Browse files Browse the repository at this point in the history
chore: trigger release process
  • Loading branch information
project-defiant authored Feb 12, 2025
2 parents 67bf02b + e9dd121 commit 54fb4b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
if: ${{ github.ref_name == 'main' }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ steps.trigger-token.outputs.token }}
branch: dev
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v1.5.0-dev.1 (2025-02-12)

### Features

- Use semvar-release token
([`e03d14c`](https://github.com/opentargets/gentroutils/commit/e03d14ca35d9ea68bce44a3f81e852848933958a))


## v1.4.0 (2025-02-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
authors = [{ name = "Szymon Szyszkowski", email = "ss60@sanger.ac.uk" }]
name = "gentroutils"
version = "1.4.0"
version = "1.5.0-dev.1"
description = "Open Targets python genetics utility CLI tools"
dependencies = [
"click>=8.1.7",
Expand Down

0 comments on commit 54fb4b8

Please sign in to comment.