Skip to content

Commit

Permalink
Merge branch 'release-1.2.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Oct 10, 2023
2 parents 667026c + 4013bd4 commit ea71951
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [dev, master]
branches: [dev, master, release-*]
pull_request:
branches: [dev, master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [dev, master]
branches: [dev, master, release-*]
pull_request:
branches: [dev, master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [dev, master]
branches: [dev, master, release-*]
pull_request:
branches: [dev, master]

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: DIscBIO
Date: 2021-04-28
Date: 2023-10-09
Title: A User-Friendly Pipeline for Biomarker Discovery in Single-Cell Transcriptomics
Version: 1.2.0.9005
Version: 1.2.1
Authors@R:
c(
person(
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# DIscBIO (development version)
# DIscBIO 1.2.1

* Fixed integration and unit tests (issue #22, #37)
* Improved coding style (issue #38)
Expand Down

0 comments on commit ea71951

Please sign in to comment.