Skip to content

Commit b6feec5

Browse files
committed
Make a few edits to REL_INST.
1 parent 4521e48 commit b6feec5

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

packages/RELEASE_INSTRUCTIONS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Add new tarball to /src/contrib and link to it from `archived-versions-of-nimble
217217

218218
run `Rscript -e "tools::write_PACKAGES()"` in that `/src/contrib` to set the location up for installs by users.
219219

220-
Move most recent older tarball to /src/contrib/Archive.
220+
Move most recent older tarball to /src/contrib/Archive (using `git mv`).
221221

222222
Update `archived-versions-of-nimble-and-the-user-manual.qmd` to reflect the new version and above file changes.
223223

@@ -249,11 +249,15 @@ Using the blurb, format as email to send to `nimble-users` and `nimble-announce`
249249

250250
Make a qmd file with a blog post about the release in `blog`. Format similar to previous posts. Have it include the "R" category so that it is picked up by R-bloggers. Note that we have `blog/index.qmd` set up so that an overall feed is produced at `blog/index.xml` and a separate one is at `blog/index-r.xml`. This allows us to make blog posts that are not picked up by R-bloggers by not adding the "R" category.
251251

252-
It's best to point with a hyperlink to the info on versions/news on webpage not to NEWS file.
252+
It's best to point with a hyperlink to the info on versions/news on webpage not to NEWS file.
253253

254-
Git add and commit the file.
254+
Add the new post info to `_quarto.yml`.
255255

256-
Before running `quarto publish gh-pages`, copy `blog/index-r.xml` to `feed`, as R-bloggers looks at https://r-nimble.org/feed.
256+
Git add and commit the files.
257+
258+
Not sure how I make sure the new blog post gets into feed files and therefore at what stage I might need to copy `blog/index-r.xml` to `feed`.
259+
260+
I have `feed` symlinked to `blog/index-r.xml`, as R-bloggers looks at https://r-nimble.org/feed. When I publish the site, I think `/feed` has the new blog post info, but I am not sure of the mechanics of how this happens.
257261

258262
Run `quarto publish gh-pages`. Check that post appears on site, including in left sidebar.
259263

0 commit comments

Comments
 (0)