Skip to content

Commit

Permalink
Automatic release system
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Sep 26, 2024
1 parent bfeb8e6 commit 3212a6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ jobs:
name: package
path: dist

# - name: Generate release notes
# run: |
# python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md
- name: Generate release notes
run: |
python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md
- name: Publish package to PyPI
run: |
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.4.3](https://github.com/allenai/tinyhost/releases/tag/v0.4.3) - 2024-09-26
## [v0.4.9](https://github.com/allenai/tinyhost/releases/tag/v0.4.9) - 2024-09-26

- Fixing automatic release system

## [v0.4.8](https://github.com/allenai/tinyhost/releases/tag/v0.4.3) - 2024-09-26

- Release

## [v0.4.4](https://github.com/allenai/tinyhost/releases/tag/v0.4.4) - 2024-09-26

- Keep part of the original file basename in the URL for easier identification of URLS by eye.
- Allow rendering and saving of Jupyter notebooks

## [v0.4.3](https://github.com/allenai/tinyhost/releases/tag/v0.4.3) - 2024-09-26

## [v0.4.2](https://github.com/allenai/tinyhost/releases/tag/v0.4.2) - 2024-09-13

- First public release
2 changes: 1 addition & 1 deletion tinyhost/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "4"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "8"
_PATCH = "9"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down

0 comments on commit 3212a6d

Please sign in to comment.