Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
6012cb98
Commit
6012cb98
authored
Oct 08, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: improve release process to be more forgiving
parent
ebc31eeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
helm-charts-release.yaml
.github/workflows/helm-charts-release.yaml
+13
-0
No files found.
.github/workflows/helm-charts-release.yaml
View file @
6012cb98
name
:
"
helm-charts/release"
# I'm hoping that this means we only trigger a release
# when the push is to the master branch and a Chart.yaml was
# modified.
#
# We've found that automatically releasing on push to master alone
# causes a lot of problems, especially as we forget to encourage contributors
# to bump the version; even reminding them isn't a great experience.
#
# This should allow us to have a successful build without such a change
# and then manually update the Chart version ourselves, without build
# failures
on
:
push
:
branches
:
-
master
paths
:
-
"
**/Chart.yaml"
jobs
:
release
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment