mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 03:40:31 +02:00
Compare commits
6 Commits
2.0.0-rc
...
2.0.0rc.de
| Author | SHA1 | Date | |
|---|---|---|---|
| d54146e05b | |||
| d6f79c3ed8 | |||
| 3f4a0ee00d | |||
| 714178d68f | |||
| c7e205f14b | |||
| 39ae74becb |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -80,8 +80,9 @@ jobs:
|
|||||||
git tag ${{ steps.git_version.outputs.version }}
|
git tag ${{ steps.git_version.outputs.version }}
|
||||||
git push origin ${{ steps.git_version.outputs.version }}
|
git push origin ${{ steps.git_version.outputs.version }}
|
||||||
elif [ "${{ github.head_ref }}" == "dev" ]; then
|
elif [ "${{ github.head_ref }}" == "dev" ]; then
|
||||||
git tag ${{ steps.git_version.outputs.version }}-rc
|
calculatedSha=$(git rev-parse --short ${{ github.sha }})
|
||||||
git push origin ${{ steps.git_version.outputs.version }}-rc
|
git tag ${{ steps.git_version.outputs.version }}rc.dev${calculatedSha}
|
||||||
|
git push origin ${{ steps.git_version.outputs.version }}rc.dev${calculatedSha}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
- Fixed #1
|
- Fixed #1 Rename misspelled additonal_data to additional_data on create_obj_from_data
|
||||||
- Fixed #3
|
- Fixed #3 Inverse partial flag: bool = False because it was wrong on update_obj_from_data
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user