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 'prepare-release.sh' script #149

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

e0ne
Copy link
Collaborator

@e0ne e0ne commented Mar 23, 2021

This script updates chart version and creates helm package.

Related: #131

@e0ne e0ne changed the title Add 'prepare-release.sh' script WIP. Add 'prepare-release.sh' script Mar 23, 2021
@e0ne e0ne force-pushed the auto-release branch 3 times, most recently from 7806758 to f7d6cbb Compare March 29, 2021 10:14
@e0ne e0ne changed the title WIP. Add 'prepare-release.sh' script Add 'prepare-release.sh' script Mar 29, 2021
@moshe010 moshe010 mentioned this pull request Mar 29, 2021
34 tasks
@@ -0,0 +1,127 @@
#!/bin/bash -e
# Copyright 2020 NVIDIA
Copy link
Collaborator

Choose a reason for hiding this comment

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

s/2020/2021

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I hope, sometime I'll do it without a mistake or create a CI check. Thank you for the review!

scripts/releases/update-gh-pages.sh Show resolved Hide resolved

usage () {
cat << EOF
Usage: $this [-h] [-a] <helm-chart>
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is the -a? I don't see it used

Copy link
Collaborator

@moshe010 moshe010 left a comment

Choose a reason for hiding this comment

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

* prepare-release.sh - this script updates chart version
  and creates helm package
* update-gh-pages.sh - this scripts updates chart repository
  with a new release

Related: Mellanox#131
Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
@moshe010 moshe010 merged commit 872004a into Mellanox:master Mar 30, 2021
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.

2 participants