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

build: add a job to publish a release by tag #111

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

nixpanic
Copy link
Collaborator

@nixpanic nixpanic commented Feb 2, 2022

When a tag is pushed into the repository, a release is now automatically
made from the tag. The release includes generated YAML files that can be
applied with kubectl to install the controller and CRDs.

Fixes: #107
See-also: https://github.com/ncipollo/release-action/

When a tag is pushed into the repository, a release is now automatically
made from the tag. The release includes generated YAML files that can be
applied with `kubectl` to install the controller and CRDs.

Fixes: csi-addons#107
See-also: https://github.com/ncipollo/release-action/
Signed-off-by: Niels de Vos <[email protected]>
@nixpanic
Copy link
Collaborator Author

nixpanic commented Feb 2, 2022

Couple of examples with a slight modification to create a release in my personal fork:

Copy link
Member

@Rakshith-R Rakshith-R left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can work on changelog.md later on.

This looks good to me, Thanks!

@mergify mergify bot merged commit 57ed4f6 into csi-addons:main Feb 2, 2022
nixpanic pushed a commit to nixpanic/kubernetes-csi-addons that referenced this pull request Mar 4, 2024
Syncing latest changes from upstream main for kubernetes-csi-addons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add CI jobs to generate yaml files to install with kubectl
3 participants