Skip to content

Commit 2cae2c5

Browse files
committed
Include INSTALL.md in release artifacts
Include the INSTALL.md file in release artifacts generated for KitOps on all platforms. Signed-off-by: Angel Misevski <[email protected]>
1 parent 6ea1afc commit 2cae2c5

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.goreleaser.darwin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ archives:
5858
files:
5959
- LICENSE
6060
- README.md
61+
- INSTALL.md
6162
- id: kit-macos-zip-offline-archive
6263
format: zip
6364
builds:
@@ -71,6 +72,7 @@ archives:
7172
files:
7273
- LICENSE
7374
- README.md
75+
- INSTALL.md
7476
# tar.gz archives for Mac OS:
7577
# - will not be notarized
7678
# - will be installable via homebrew (i.e. "brew install kitops")
@@ -87,6 +89,7 @@ archives:
8789
files:
8890
- LICENSE
8991
- README.md
92+
- INSTALL.md
9093

9194
git:
9295
ignore_tags:

.goreleaser.linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ archives:
4242
files:
4343
- LICENSE
4444
- README.md
45+
- INSTALL.md
4546
- id: kit-archive-offline
4647
format: tar.gz
4748
builds:
@@ -56,6 +57,7 @@ archives:
5657
files:
5758
- LICENSE
5859
- README.md
60+
- INSTALL.md
5961

6062
git:
6163
ignore_tags:

.goreleaser.windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ archives:
4242
files:
4343
- LICENSE
4444
- README.md
45+
- INSTALL.md
4546
- id: kit-archive-offline
4647
format: zip
4748
builds:
@@ -56,6 +57,7 @@ archives:
5657
files:
5758
- LICENSE
5859
- README.md
60+
- INSTALL.md
5961

6062
snapshot:
6163
name_template: "{{ .Version }}"

0 commit comments

Comments
 (0)