Skip to content

Commit 4e226ed

Browse files
Merge pull request #427 from lorenzwalthert/issue-236
move to stable
2 parents 384d320 + 09dc6f5 commit 4e226ed

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# General
22

3-
Before making a pull request, discuss your ideas in an issue. This repo is
4-
maturing.
5-
3+
Before making a pull request, discuss your ideas in an issue.
64
# Adding new hooks
75

86
To create a new hook, have a look at the [official

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ editor_options:
88

99
- `parsable-R` hook now gives more context on where and how parsing
1010
fails (#423).
11-
- fixed R CMD check issues in devel
11+
- fixed R CMD check issues in devel (#425).
12+
- move from *experimental* to *stable* (#426).
1213

1314
# precommit v0.3.1
1415

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ knitr::opts_chunk$set(
1515

1616
<!-- badges: start -->
1717

18-
[![CRAN status](https://www.r-pkg.org/badges/version/precommit)](https://CRAN.R-project.org/package=precommit) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![R build status](https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg)](https://github.com/lorenzwalthert/precommit/actions)
18+
[![CRAN status](https://www.r-pkg.org/badges/version/precommit)](https://CRAN.R-project.org/package=precommit) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![R build status](https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg)](https://github.com/lorenzwalthert/precommit/actions)
1919

2020
<!-- badges: end -->
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![CRAN
99
status](https://www.r-pkg.org/badges/version/precommit)](https://CRAN.R-project.org/package=precommit)
1010
[![Lifecycle:
11-
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
11+
stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
1212
[![R build
1313
status](https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg)](https://github.com/lorenzwalthert/precommit/actions)
1414

0 commit comments

Comments
 (0)