SATVILab / projr

Streamline R projects
https://satvilab.github.io/projr/
Other
1 stars 1 forks source link

Make package builds a content label, rather than an individual _projr.yml item #456

Closed MiguelRodo closed 10 months ago

MiguelRodo commented 11 months ago

Instead of

build:
  dev-output: yes
  package: yes
  github:
    "@version":
      content: code
      body: "Latest source code"

have

build:
  dev-output: yes
  git: yes
  github:
    "@version":
      content: [code, package]
      body: "Latest source code"

This will also mean that you don't specify the package location in the directories key.

MiguelRodo commented 10 months ago

Well, people can already add it to an output directory, so I think we're find there.