File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed
lib/jekyll-github-metadata Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
- ## HEAD
1
+ ## 2.14.0 / 2022-05-04
2
+
3
+ ### Minor Enhancements
4
+
5
+ * Use owner name as site title for User and Organization sites. (#197 )
6
+ * Add ` site.github.public_repositories[].releases ` (#224 )
7
+ * Add ` site.github.public_repositories[].contributors ` (#234 )
8
+
9
+ ### Documentation
10
+
11
+ * docs: Add dev docs (#212 )
12
+ * set ` PAGES_GITHUB_HOSTNAME ` to hostname without protocol (#191 )
13
+ * Add ` JEKYLL_ENV ` limitation for git remote (#185 )
2
14
3
15
### Development Fixes
4
16
5
17
* Restore log level after running tests that modify it. (#202 )
6
18
* Add GitHub Actions CI (#211 )
7
- * Update rubocop-jekyll requirement from ~ > 0.5.0 to ~ > 0.12.0 (#226 )
19
+ * Update rubocop-jekyll requirement from ` ~> 0.5.0 ` to ` ~> 0.12.0 ` (#226 )
8
20
* Create dependabot.yml (#225 )
9
21
* Add rubocop todo file (#230 )
10
22
* Upgrade rspec to 3.11.x (#231 )
11
23
* CI: use 'main' branch instead of 'master' (#232 )
12
-
13
- ### Minor Enhancements
14
-
15
- * Use owner name as site title for User and Organization sites. (#197 )
16
-
17
- ### Documentation
18
-
19
- * docs: Add dev docs (#212 )
24
+ * Add release workflow (#235 )
20
25
21
26
## 2.13.0 / 2020-01-15
22
27
Original file line number Diff line number Diff line change 2
2
3
3
module Jekyll
4
4
module GitHubMetadata
5
- VERSION = "2.13 .0"
5
+ VERSION = "2.14 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments