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

Add skip_release flag to bypass GitHub releases and tagging #219

Closed

Conversation

bobbyiliev
Copy link

@bobbyiliev bobbyiliev commented Jan 14, 2025

Added a new skip_release flag that allows users to bypass GitHub release and tag creation while still publishing chart artifacts to the pages branch.

Some workflows only need to publish chart artifacts without managing GitHub releases and tags. Especially for monorepos.

Example:

- name: Run chart-releaser
  uses: helm/[email protected]
  with:
    skip_release: true
    packages_with_index: true
  env:
    CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

@bobbyiliev bobbyiliev force-pushed the add-flag-to-skip-tag-and-release branch 4 times, most recently from a93ea4b to 7a6e882 Compare January 15, 2025 10:18
@bobbyiliev bobbyiliev force-pushed the add-flag-to-skip-tag-and-release branch from 7a6e882 to ca870f7 Compare January 15, 2025 10:22
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jan 15, 2025
@bobbyiliev bobbyiliev closed this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant