Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow skipping release part for a specific package for manifest command #1042

Closed
rabraghib opened this issue Sep 8, 2021 · 1 comment · Fixed by #1048
Closed

Allow skipping release part for a specific package for manifest command #1042

rabraghib opened this issue Sep 8, 2021 · 1 comment · Fixed by #1048
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@rabraghib
Copy link
Contributor

Describe the solution you'd like
To have a config option in release-please-config.json for that.
e.g:

{
  "packages": {
    "path/to/pkg": {
      "skip-github-release": true
    }
  }
}
@SurferJeffAtGoogle SurferJeffAtGoogle added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Sep 9, 2021
@rabraghib
Copy link
Contributor Author

#1048

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants