We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5ea77 commit 104b3fbCopy full SHA for 104b3fb
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- [Changelog](#changelog)
6
- [[v0.6.2] - 2021-07-09](#v062---2021-07-09)
7
- [Fixed](#fixed)
8
+ - [CI](#ci)
9
- [[v0.6.1] - 2021-02-16](#v061---2021-02-16)
10
- [Fixed](#fixed-1)
11
- [[v0.6.0] - 2020/10/12](#v060---20201012)
@@ -57,6 +58,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
58
[#12](https://github.com/sassoftware/gotagger/issues/12)
59
60
61
+### CI
62
+
63
+- Run `make release` as part of validating PR.
64
+ This should catch invalid release commits,
65
+ and other issues that could cause a release to fail.
66
67
68
[v0.6.2]: https://github.com/sassoftware/gotagger/compare/v0.6.1...v0.6.2
69
70
0 commit comments