Skip to content

Commit

Permalink
Merge pull request #44 from ansidev/release/1.1.3
Browse files Browse the repository at this point in the history
Release v1.1.3
  • Loading branch information
ansidev authored Feb 15, 2023
2 parents bbe85cb + 895f08d commit 324b2d7
Show file tree
Hide file tree
Showing 28 changed files with 308 additions and 55 deletions.
Empty file added .changes/unreleased/.gitkeep
Empty file.
11 changes: 11 additions & 0 deletions .changes/v1.0.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v1.0.0-rc.1 (2023-02-13)

### Bug Fixes

- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN

### Documentations

- update README.md

Full Changelog: [v1.0.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/commits/v1.0.0-rc.1)
15 changes: 15 additions & 0 deletions .changes/v1.0.1-rc.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [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)

### Bug Fixes

- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN

### Documentations

- update README.md

### Features

- **github-actions:** update workflow using GitHub CLI

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** correct syntax

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** add missing checkout step

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** remove invalid command flag

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** fix fail steps and refactor code

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** revert wrong changes

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** correct command flag value

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)
7 changes: 7 additions & 0 deletions .changes/v1.0.1-rc.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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)

### Bug Fixes

- **github-actions:** fix failed command gh pr create

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)
11 changes: 11 additions & 0 deletions .changes/v1.0.2-rc.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [v1.0.2-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.7...v1.0.2-rc.0) (2023-02-13)

### Features

- **workflow-release:** auto create merge commit for PR on merging

- **workflow-release:** auto merge PR after creating ([#18](https://github.com/ansidev/sample-gitflow-release-workflows/issues/18))

- **workflow-release:** auto merge PR after creating

Full Changelog: [v1.0.1-rc.7...v1.0.2-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.7...v1.0.2-rc.0)
11 changes: 11 additions & 0 deletions .changes/v1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [v1.0.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2) (2023-02-13)

### Bug Fixes

- **github-actions:** fix PR body

### Documentations

- update README.md

Full Changelog: [v1.0.2-rc.0...v1.0.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2)
17 changes: 17 additions & 0 deletions .changes/v1.1.0-rc.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## [v1.1.0-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0-rc.0) (2023-02-14)

### Bug Fixes

- **workflow-draft_release_hotfix_pr:** ignore creating PR if it exists, add custom PR description

- **workflow-draft_release_hotfix_pr:** correct syntax

### Documentations

- update README.md

### Features

- **workflow-draft-release-hotfix-pr:** add new workflow for auto creating draft pr on pushing release or hotfix branch

Full Changelog: [v1.0.2...v1.1.0-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0-rc.0)
19 changes: 19 additions & 0 deletions .changes/v1.1.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [v1.1.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.0...v1.1.0-rc.1) (2023-02-14)

### Bug Fixes

- **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release`

- **workflow-draft-release-hotfix-pr:** correct wrong logic

### Documentations

- update README.md

### Features

- **workflow-auto-merge-release-hotfix-into-develop:** add new workflow for auto merging release/hotfix into develop ([#26](https://github.com/ansidev/sample-gitflow-release-workflows/issues/26))

- **workflow-auto-merge-release-hotfix-into-develop:** add new workflow for auto merging release/hotfix into develop

Full Changelog: [v1.1.0-rc.0...v1.1.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.0...v1.1.0-rc.1)
13 changes: 13 additions & 0 deletions .changes/v1.1.0-rc.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [v1.1.0-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2023-02-14)

### Bug Fixes

- **workflow-auto-merge-release-hotfix-into-develop:** set environment variable `GH_TOKEN`

- **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release`

### Documentations

- **readme:** add reference documentations

Full Changelog: [v1.1.0-rc.1...v1.1.0-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2)
7 changes: 7 additions & 0 deletions .changes/v1.1.0-rc.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [v1.1.0-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3) (2023-02-14)

### Bug Fixes

- **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository

Full Changelog: [v1.1.0-rc.2...v1.1.0-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3)
3 changes: 3 additions & 0 deletions .changes/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [v1.1.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.3...v1.1.0) (2023-02-14)

Full Changelog: [v1.1.0-rc.3...v1.1.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.3...v1.1.0)
9 changes: 9 additions & 0 deletions .changes/v1.1.1-rc.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [v1.1.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1-rc.0) (2023-02-14)

### Bug Fixes

- **workflow-draft-release-hotfix-pr:** correct bash syntax

- **workflow-release:** set the release as pre-release depending on the version

Full Changelog: [v1.1.0...v1.1.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1-rc.0)
3 changes: 3 additions & 0 deletions .changes/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [v1.1.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1-rc.0...v1.1.1) (2023-02-14)

Full Changelog: [v1.1.1-rc.0...v1.1.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1-rc.0...v1.1.1)
11 changes: 11 additions & 0 deletions .changes/v1.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [v1.1.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1...v1.1.2) (2023-02-15)

### Documentations

- **changelog:** change format of CHANGELOG.md

### Features

- **dev-tool:** add git-chglog config

Full Changelog: [v1.1.1...v1.1.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1...v1.1.2)
11 changes: 11 additions & 0 deletions .changes/v1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [v1.1.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.2...v1.1.3) (2023-02-15)

### Documentations

- **changelog:** generate changelog file by version

### Features

- **dev-tool:** add changie and custom generate config

Full Changelog: [v1.1.2...v1.1.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.2...v1.1.3)
13 changes: 13 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
changesDir: .changes
unreleasedDir: unreleased
headerPath: ../.chglog/CHANGELOG_HEADER.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
newlines:
afterChangelogHeader: 0
beforeChangelogVersion: 1
endOfVersion: 1
replacements:
- path: "VERSION"
find: ".*"
replace: "{{.VersionNoPrefix}}"
18 changes: 2 additions & 16 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

{{ range .Versions }}
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .Versions -}}
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups }}
### {{ .Title }}
{{ range .Commits }}
Expand All @@ -22,12 +16,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
{{ end -}}
{{ end }}
Full Changelog: {{ if .Tag.Previous }}[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/commits/{{ .Tag.Name }}){{ end }}
{{ end }}

{{- if .Versions }}
{{ range .Versions -}}
{{ if .Tag.Previous -}}
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
{{ end -}}
{{ end -}}
{{ end -}}
5 changes: 5 additions & 0 deletions .chglog/CHANGELOG_HEADER.tpl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Taskfile.yaml
Loading

0 comments on commit 324b2d7

Please sign in to comment.