To ignore some pkgs upon release by bloom
I just found at a comment on github there's a way to ignore certain packages when I release a metapkg repository How exactly is it done?
Suppose in package
foo with a tag
bar, create bar.ignored
on the home directory of foo? And inside of bar.ignore listed are the names of packages that I don't to release like the following?:
pkg-foo-a
pkg-foo-b
was it not
bar.ignored
? (instead ofbar.ignore
)Thanks, now corrected.