We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a54b0 commit 6c36984Copy full SHA for 6c36984
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [22.1.0] - 2019-03-19
6
+### Added
7
+- `event.repository.full_name` and `event.pull_request.base.repo.full_name` on `cot_verify` (for GitHub repos)
8
+
9
## [22.0.1] - 2019-03-13
10
### Fixed
11
- Allow snapcraft beta scope on mozilla-release
version.json
@@ -1,8 +1,8 @@
1
{
"version": [
22,
- 0,
- 1
+ 1,
+ 0
],
- "version_string": "22.0.1"
+ "version_string": "22.1.0"
}
0 commit comments