Compare commits

...
3 changed files with 24 additions and 2 deletions
@@ -138,6 +138,10 @@ jobs:
git add .
git commit -m "feat: bump ${{ github.ref_name }}"
- name: Fetch full history (Revert)
if: inputs.revert == true
run: git fetch --unshallow
- name: Revert references (Revert)
id: revert_step
if: inputs.revert == true
+18
View File
@@ -1,6 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
## [5.1.0]
### Added
- None
### Changed
- None
### Fixed
- None
### Deleted
- None
## [5.0.0]
### Added
+2 -2
View File
@@ -1,4 +1,4 @@
{
"version": "5.0.0",
"stage": "beta1"
"version": "5.1.0",
"stage": "alpha0"
}