Skip to content

Commit

Permalink
switch to main (#60)
Browse files Browse the repository at this point in the history
* switch to main

* ok bump version so that build can be trigger as well
  • Loading branch information
zktuong authored Feb 8, 2025
1 parent 985d192 commit 015a651
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "*"
push:
branches:
- "master"
- "main"

env:
cache-version: "cache-v1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vignette.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- "master"
- "main"
pull_request:
branches:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dandelionR
Title: Single-cell Immune Repertoire Trajectory Analysis in R
Version: 0.99.6
Version: 0.99.7
Authors@R:
c(person(given="Jiawei", family="Yu", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0009-0005-9170-7881")),
person(given="Nicholas", family="Borcherding", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-1427-6342")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# dandelionR Version 0.99.5 (2025-02-08)
# dandelion Version 1.0.0

Bioconductor version.

# dandelionR Version 0.99.7 (2025-02-08)

Updated to address Bioconductor submission review comments.
https://github.com/tuonglab/dandelionR/issues/56
Expand Down

0 comments on commit 015a651

Please sign in to comment.