Skip to content

Commit 324b2d7

Browse files
authored
Merge pull request #44 from ansidev/release/1.1.3
Release v1.1.3
2 parents bbe85cb + 895f08d commit 324b2d7

28 files changed

+308
-55
lines changed

.changes/unreleased/.gitkeep

Whitespace-only changes.

.changes/v1.0.0-rc.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v1.0.0-rc.1 (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN
6+
7+
### Documentations
8+
9+
- update README.md
10+
11+
Full Changelog: [v1.0.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/commits/v1.0.0-rc.1)

.changes/v1.0.1-rc.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [v1.0.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.0-rc.1...v1.0.1-rc.0) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN
6+
7+
### Documentations
8+
9+
- update README.md
10+
11+
### Features
12+
13+
- **github-actions:** update workflow using GitHub CLI
14+
15+
Full Changelog: [v1.0.0-rc.1...v1.0.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.0-rc.1...v1.0.1-rc.0)

.changes/v1.0.1-rc.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** correct syntax
6+
7+
Full Changelog: [v1.0.1-rc.0...v1.0.1-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1)

.changes/v1.0.1-rc.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** add missing checkout step
6+
7+
Full Changelog: [v1.0.1-rc.1...v1.0.1-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2)

.changes/v1.0.1-rc.3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** remove invalid command flag
6+
7+
Full Changelog: [v1.0.1-rc.2...v1.0.1-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3)

.changes/v1.0.1-rc.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.4](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.3...v1.0.1-rc.4) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** fix fail steps and refactor code
6+
7+
Full Changelog: [v1.0.1-rc.3...v1.0.1-rc.4](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.3...v1.0.1-rc.4)

.changes/v1.0.1-rc.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** revert wrong changes
6+
7+
Full Changelog: [v1.0.1-rc.4...v1.0.1-rc.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5)

.changes/v1.0.1-rc.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.6](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** correct command flag value
6+
7+
Full Changelog: [v1.0.1-rc.5...v1.0.1-rc.6](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6)

.changes/v1.0.1-rc.7.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v1.0.1-rc.7](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.6...v1.0.1-rc.7) (2023-02-13)
2+
3+
### Bug Fixes
4+
5+
- **github-actions:** fix failed command gh pr create
6+
7+
Full Changelog: [v1.0.1-rc.6...v1.0.1-rc.7](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.6...v1.0.1-rc.7)

0 commit comments

Comments
 (0)