Skip to content

Commit

Permalink
Create PUBLISHING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 13, 2023
1 parent 1a7a617 commit d52a031
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Make sure you have role c("aut","cre") in the JBrowseR DESCRIPTION file or else
add yourself and make it so. Then run steps similar to the following

```
git clone git@github.com:GMOD/JBrowseR
cd JBrowseR
>> manually update DESCRIPTION with new version number to be used, and NEWS.md with changelog
# get latest @jbrowse/react-linear-genome-view, repo has a normal package.json
# and yarn.lock
yarn upgrade
# runs webpack
yarn build
# commit built artifacts
git add .
git commit -m "Update deps"
# start R session
R
> install.packages(devtools)
> devtools::submit_cran()
```

0 comments on commit d52a031

Please sign in to comment.