Skip to content

Commit 0b6bca4

Browse files
committed
Bump version to 0.11.2
1 parent 68a40ac commit 0b6bca4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tic
33
Title: Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
4-
Version: 0.11.1
4+
Version: 0.11.2
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# tic 0.11.2 (2021-12-05)
4+
5+
- `do_pkgdown()` now always create a `.nojekyll` file for both release and developement deployments.
6+
Otherwise custom fonts starting with an underscore will not be loaded as Jekyll ignores this pattern.
7+
A `.nojekyll` file tells GitHub pages to not use Jekyll for serving the web page. (#307)
8+
9+
310
# tic 0.11.1 (2021-06-27)
411

512
- Templates: install required system libs for {pkgdown} conditionally (accidentally removed in the previous template revision on 2021-06-26)

0 commit comments

Comments
 (0)