Skip to content

Commit a13c4d7

Browse files
committed
Release v2.6.0
1 parent 03367a3 commit a13c4d7

File tree

2 files changed

+192
-1
lines changed

2 files changed

+192
-1
lines changed

CHANGELOG.md

+191
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
# Changelog
2+
3+
## [ci_test](https://github.com/CasperWA/push-protected/tree/ci_test) (2021-12-08)
4+
5+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.6.0...ci_test)
6+
7+
## [v2.6.0](https://github.com/CasperWA/push-protected/tree/v2.6.0) (2021-12-08)
8+
9+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2...v2.6.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Immediately show print statements [\#75](https://github.com/CasperWA/push-protected/pull/75) ([CasperWA](https://github.com/CasperWA))
14+
- Update pre-commit [\#58](https://github.com/CasperWA/push-protected/pull/58) ([CasperWA](https://github.com/CasperWA))
15+
- Automate dependabot more [\#57](https://github.com/CasperWA/push-protected/pull/57) ([CasperWA](https://github.com/CasperWA))
16+
17+
**Fixed bugs:**
18+
19+
- Correct target branch for dependabot [\#71](https://github.com/CasperWA/push-protected/issues/71)
20+
- `actions/checkout@v1` still checking out wrong commit SHA [\#67](https://github.com/CasperWA/push-protected/issues/67)
21+
- Not properly reset to HEAD commit of remote branch [\#63](https://github.com/CasperWA/push-protected/issues/63)
22+
- unprotect\_reviews not doing its job [\#54](https://github.com/CasperWA/push-protected/issues/54)
23+
24+
**Closed issues:**
25+
26+
- Not able to use your action due to a fatal error [\#59](https://github.com/CasperWA/push-protected/issues/59)
27+
- Update README - user admin rights [\#55](https://github.com/CasperWA/push-protected/issues/55)
28+
29+
**Merged pull requests:**
30+
31+
- Update dependencies [\#76](https://github.com/CasperWA/push-protected/pull/76) ([CasperWA](https://github.com/CasperWA))
32+
- Update dependencies [\#73](https://github.com/CasperWA/push-protected/pull/73) ([CasperWA](https://github.com/CasperWA))
33+
- Change dependabot PRs target to ci/dependabot-updates [\#72](https://github.com/CasperWA/push-protected/pull/72) ([CasperWA](https://github.com/CasperWA))
34+
- Use v1 for resetting in v1 CI section [\#68](https://github.com/CasperWA/push-protected/pull/68) ([CasperWA](https://github.com/CasperWA))
35+
- Update dependencies [\#66](https://github.com/CasperWA/push-protected/pull/66) ([CasperWA](https://github.com/CasperWA))
36+
- Use GITHUB\_REF instead of github.sha [\#65](https://github.com/CasperWA/push-protected/pull/65) ([CasperWA](https://github.com/CasperWA))
37+
- Solve issue with checkout v1 action [\#64](https://github.com/CasperWA/push-protected/pull/64) ([CasperWA](https://github.com/CasperWA))
38+
- Update dependencies [\#62](https://github.com/CasperWA/push-protected/pull/62) ([CasperWA](https://github.com/CasperWA))
39+
- Extend scope and rights mentions in README [\#56](https://github.com/CasperWA/push-protected/pull/56) ([CasperWA](https://github.com/CasperWA))
40+
41+
## [v2](https://github.com/CasperWA/push-protected/tree/v2) (2021-10-13)
42+
43+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.5.0...v2)
44+
45+
## [v2.5.0](https://github.com/CasperWA/push-protected/tree/v2.5.0) (2021-10-13)
46+
47+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.4.1...v2.5.0)
48+
49+
**Implemented enhancements:**
50+
51+
- Respect local changes [\#52](https://github.com/CasperWA/push-protected/issues/52)
52+
53+
**Merged pull requests:**
54+
55+
- Respect local state [\#53](https://github.com/CasperWA/push-protected/pull/53) ([CasperWA](https://github.com/CasperWA))
56+
57+
## [v2.4.1](https://github.com/CasperWA/push-protected/tree/v2.4.1) (2021-10-04)
58+
59+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.4.0...v2.4.1)
60+
61+
**Implemented enhancements:**
62+
63+
- Use more action-specific local bash variable names [\#50](https://github.com/CasperWA/push-protected/issues/50)
64+
65+
**Merged pull requests:**
66+
67+
- Action-specific variable names [\#51](https://github.com/CasperWA/push-protected/pull/51) ([CasperWA](https://github.com/CasperWA))
68+
- Update pre-commit requirement from ~=2.13 to ~=2.15 [\#49](https://github.com/CasperWA/push-protected/pull/49) ([CasperWA](https://github.com/CasperWA))
69+
70+
## [v2.4.0](https://github.com/CasperWA/push-protected/tree/v2.4.0) (2021-08-04)
71+
72+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.3.0...v2.4.0)
73+
74+
**Closed issues:**
75+
76+
- This triggers another on.push action [\#42](https://github.com/CasperWA/push-protected/issues/42)
77+
78+
**Merged pull requests:**
79+
80+
- Test the `tags` option [\#46](https://github.com/CasperWA/push-protected/pull/46) ([CasperWA](https://github.com/CasperWA))
81+
- Fixing issue that tags are removed before they can be pushed [\#45](https://github.com/CasperWA/push-protected/pull/45) ([THuppke](https://github.com/THuppke))
82+
- Update requests requirement from ~=2.25 to ~=2.26 [\#44](https://github.com/CasperWA/push-protected/pull/44) ([dependabot[bot]](https://github.com/apps/dependabot))
83+
- Update invoke requirement from ~=1.5 to ~=1.6 [\#43](https://github.com/CasperWA/push-protected/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
84+
- Update pre-commit requirement from ~=2.12 to ~=2.13 [\#41](https://github.com/CasperWA/push-protected/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot))
85+
- Update GH actions + pre-commit [\#40](https://github.com/CasperWA/push-protected/pull/40) ([CasperWA](https://github.com/CasperWA))
86+
- Update pre-commit requirement from ~=2.10 to ~=2.12 [\#37](https://github.com/CasperWA/push-protected/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot))
87+
88+
## [v2.3.0](https://github.com/CasperWA/push-protected/tree/v2.3.0) (2021-03-01)
89+
90+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.2.0...v2.3.0)
91+
92+
**Fixed bugs:**
93+
94+
- GitHub Actions checks not recognized as such [\#34](https://github.com/CasperWA/push-protected/issues/34)
95+
96+
**Merged pull requests:**
97+
98+
- Loosen determination if a branch is protected + up default sleep [\#35](https://github.com/CasperWA/push-protected/pull/35) ([CasperWA](https://github.com/CasperWA))
99+
- Update pre-commit requirement from ~=2.9 to ~=2.10 [\#33](https://github.com/CasperWA/push-protected/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot))
100+
- Update dependencies [\#32](https://github.com/CasperWA/push-protected/pull/32) ([CasperWA](https://github.com/CasperWA))
101+
- Update requests requirement from ~=2.24 to ~=2.25 [\#29](https://github.com/CasperWA/push-protected/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
102+
103+
## [v2.2.0](https://github.com/CasperWA/push-protected/tree/v2.2.0) (2020-11-05)
104+
105+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.1.1...v2.2.0)
106+
107+
**Implemented enhancements:**
108+
109+
- Don't push branch if there's no new commits [\#27](https://github.com/CasperWA/push-protected/issues/27)
110+
111+
**Merged pull requests:**
112+
113+
- Ensure no push if there are no changes [\#28](https://github.com/CasperWA/push-protected/pull/28) ([CasperWA](https://github.com/CasperWA))
114+
115+
## [v2.1.1](https://github.com/CasperWA/push-protected/tree/v2.1.1) (2020-11-04)
116+
117+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.1.0...v2.1.1)
118+
119+
**Fixed bugs:**
120+
121+
- Space missing [\#24](https://github.com/CasperWA/push-protected/issues/24)
122+
123+
**Merged pull requests:**
124+
125+
- Fix line, inserting necessary space [\#25](https://github.com/CasperWA/push-protected/pull/25) ([CasperWA](https://github.com/CasperWA))
126+
- Update pre-commit requirement from ~=2.7 to ~=2.8 [\#23](https://github.com/CasperWA/push-protected/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot))
127+
128+
## [v2.1.0](https://github.com/CasperWA/push-protected/tree/v2.1.0) (2020-10-29)
129+
130+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.0.0...v2.1.0)
131+
132+
**Fixed bugs:**
133+
134+
- `tags` option doesn't also push commits [\#18](https://github.com/CasperWA/push-protected/issues/18)
135+
136+
**Merged pull requests:**
137+
138+
- Remove use of `global` [\#22](https://github.com/CasperWA/push-protected/pull/22) ([CasperWA](https://github.com/CasperWA))
139+
- Update names for checkout@v1 CI tests [\#21](https://github.com/CasperWA/push-protected/pull/21) ([CasperWA](https://github.com/CasperWA))
140+
- New release workflow [\#20](https://github.com/CasperWA/push-protected/pull/20) ([CasperWA](https://github.com/CasperWA))
141+
- Move pushing tags to Bash function [\#19](https://github.com/CasperWA/push-protected/pull/19) ([CasperWA](https://github.com/CasperWA))
142+
143+
## [v2.0.0](https://github.com/CasperWA/push-protected/tree/v2.0.0) (2020-10-29)
144+
145+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v1...v2.0.0)
146+
147+
**Implemented enhancements:**
148+
149+
- Utilize that the workdir is the current checked out repository [\#15](https://github.com/CasperWA/push-protected/issues/15)
150+
151+
**Merged pull requests:**
152+
153+
- Update to v2 [\#17](https://github.com/CasperWA/push-protected/pull/17) ([CasperWA](https://github.com/CasperWA))
154+
- Utilize local changes instead of downloading external script [\#16](https://github.com/CasperWA/push-protected/pull/16) ([CasperWA](https://github.com/CasperWA))
155+
156+
## [v1](https://github.com/CasperWA/push-protected/tree/v1) (2020-09-15)
157+
158+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v1.0.1...v1)
159+
160+
## [v1.0.1](https://github.com/CasperWA/push-protected/tree/v1.0.1) (2020-09-15)
161+
162+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v1.0.0...v1.0.1)
163+
164+
**Fixed bugs:**
165+
166+
- unprotect\_reviews: false not respected [\#8](https://github.com/CasperWA/push-protected/issues/8)
167+
168+
**Merged pull requests:**
169+
170+
- Update to v1.0.1 [\#14](https://github.com/CasperWA/push-protected/pull/14) ([CasperWA](https://github.com/CasperWA))
171+
- Mention unconditional push triggers [\#13](https://github.com/CasperWA/push-protected/pull/13) ([CasperWA](https://github.com/CasperWA))
172+
- Update dependencies [\#12](https://github.com/CasperWA/push-protected/pull/12) ([CasperWA](https://github.com/CasperWA))
173+
- Handle unprotect\_reviews with case [\#9](https://github.com/CasperWA/push-protected/pull/9) ([CasperWA](https://github.com/CasperWA))
174+
175+
## [v1.0.0](https://github.com/CasperWA/push-protected/tree/v1.0.0) (2020-07-21)
176+
177+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/d79a86d6ef61f063da2b56916508adb63c3836cd...v1.0.0)
178+
179+
**Merged pull requests:**
180+
181+
- Update README and dependencies [\#7](https://github.com/CasperWA/push-protected/pull/7) ([CasperWA](https://github.com/CasperWA))
182+
- Add `sleep` option [\#6](https://github.com/CasperWA/push-protected/pull/6) ([CasperWA](https://github.com/CasperWA))
183+
- Remove filtering for success in util funcs [\#5](https://github.com/CasperWA/push-protected/pull/5) ([CasperWA](https://github.com/CasperWA))
184+
- Sleep 15s prior to waiting [\#4](https://github.com/CasperWA/push-protected/pull/4) ([CasperWA](https://github.com/CasperWA))
185+
- Add 'extra\_data' input [\#3](https://github.com/CasperWA/push-protected/pull/3) ([CasperWA](https://github.com/CasperWA))
186+
- Remove all mentions of initial\_work branch [\#2](https://github.com/CasperWA/push-protected/pull/2) ([CasperWA](https://github.com/CasperWA))
187+
- Initial work [\#1](https://github.com/CasperWA/push-protected/pull/1) ([CasperWA](https://github.com/CasperWA))
188+
189+
190+
191+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

push_action/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
It is meant to only be used in the `push-protected` GitHub action.
55
"""
66

7-
__version__ = "2.5.0"
7+
__version__ = "2.6.0"
88
__author__ = "Casper Welzel Andersen"

0 commit comments

Comments
 (0)