Skip to content

Commit 93c265f

Browse files
committed
Merge branch '1.6.x-merge-up-into-1.7.x_5f52148d5a32b2.77199206' into 1.7.x
2 parents fe1a54d + 2f0a5ea commit 93c265f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,25 @@ All notable changes to this project will be documented in this file, in reverse
2424

2525
- Nothing.
2626

27+
## 1.6.1 - 2020-09-04
28+
29+
30+
-----
31+
32+
### Release Notes for [1.6.1](https://github.com/laminas/automatic-releases/milestone/17)
33+
34+
1.6.x bugfix release (patch)
35+
36+
### 1.6.1
37+
38+
- Total issues resolved: **0**
39+
- Total pull requests resolved: **1**
40+
- Total contributors: **1**
41+
42+
#### Bug,Documentation
43+
44+
- [69: Add all required environment variables to `release-on-milestone-close…](https://github.com/laminas/automatic-releases/pull/69) thanks to @Ocramius
45+
2746
## 1.6.0 - 2020-09-03
2847

2948

examples/.github/workflows/release-on-milestone-closed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
command-name: "laminas:automatic-releases:bump-changelog"
5353
env:
5454
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
55+
"SIGNING_SECRET_KEY": ${{ secrets.SIGNING_SECRET_KEY }}
56+
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
57+
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}
5558

5659
- name: "Create new milestones"
5760
uses: "laminas/automatic-releases@v1"

0 commit comments

Comments
 (0)