-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CodeBuild] add version check and prepare release
- Loading branch information
1 parent
e736b42
commit a0f635d
Showing
5 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Check if versions are consistent | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
check-version-numbers: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- uses: ./.github/actions/prepare_poetry_env | ||
- name: Check Release | ||
run: ./scripts/build/check_release.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
# Transformers Extension 0.7.0, released T.B.D | ||
# Transformers Extension 0.7.0, released 2023-12-19 | ||
|
||
Code name: T.B.D | ||
Code name: Split SLC actions | ||
|
||
|
||
## Summary | ||
|
||
T.B.D | ||
In this Release split the container uploading and registration into two separate actions. Additionally, | ||
a workflow for checking the correctness of the version number in multiple places was added. Apart from that there | ||
are some refactorings for better usability and the Cryptography dependency version has been upgraded to 41.0.7 | ||
|
||
### Features | ||
|
||
### Bug Fixes | ||
- #151: Made the container uploading and language registration two separate actions | ||
- #167: Added version check workflow | ||
|
||
### Refactorings | ||
|
||
- #144: Extracted base_model_udf.load_models into separate class | ||
|
||
|
||
### Documentation | ||
|
||
|
||
- #159: Refactored LanguageContainer Deployer to make it reusable by other extensions | ||
|
||
### Security | ||
- #144: Updated Cryptography to version 41.0.7 | ||
|
||
- #144: Updated Cryptography to version 41.0.7 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters