From 0b28778a46f41a3f9f967f3a4f911cd9e5699606 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Fri, 14 Jun 2024 11:28:21 +0200 Subject: [PATCH] :memo: harmonize version in CHANGELOG.md (#315) * :memo: harmonize version in CHANGELOG.md * :arrow_up: use latest workflow releaes --- .github/workflows/automated_release.yml | 10 ++++++---- CHANGELOG.md | 13 +++++++++++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automated_release.yml b/.github/workflows/automated_release.yml index b131c7a2..e648e8e5 100644 --- a/.github/workflows/automated_release.yml +++ b/.github/workflows/automated_release.yml @@ -11,10 +11,10 @@ jobs: permissions: write-all steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.11' @@ -28,13 +28,15 @@ jobs: python -m build --wheel - name: Upload wheel to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist/*.whl - name: Create GitHub Release - uses: docker://antonyurchenko/git-release:v4 + uses: docker://antonyurchenko/git-release:v5 + # configurations + # https://github.com/anton-yurchenko/git-release?tab=readme-ov-file#configuration env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DRAFT_RELEASE: "false" diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f99176..3be32746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.9] - 2024-05-21 ## What's Changed -- modify documentation and website by @mlocardpaulet in https://github.com/Proteobench/ProteoBench/pull/304 + - Combine protein columns fragpipe by @RobbinBouwmeester in https://github.com/Proteobench/ProteoBench/pull/305 - Update parse_settings_maxquant.toml by @RobbinBouwmeester in https://github.com/Proteobench/ProteoBench/pull/299 -**Full Changelog**: https://github.com/Proteobench/ProteoBench/compare/v0.2.7...v0.2.8 +**Full Changelog**: https://github.com/Proteobench/ProteoBench/compare/v0.2.8...v0.2.9 + +## [0.2.8] - 2024-05-18 + + +- modify documentation and website by @mlocardpaulet in https://github.com/Proteobench/ProteoBench/pull/304 + + +**Full Changelog**: https://github.com/Proteobench/ProteoBench/compare/v0.2.8...v0.2.9 + ## [0.2.7] - 2024-05-16