Skip to content

Commit

Permalink
📝 harmonize version in CHANGELOG.md (#315)
Browse files Browse the repository at this point in the history
* 📝 harmonize version in CHANGELOG.md

* ⬆️ use latest workflow releaes
  • Loading branch information
enryH committed Jun 14, 2024
1 parent 54f722f commit 0b28778
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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"
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b28778

Please sign in to comment.