From c4d70adc199a4dc397ef35b214c59336487df377 Mon Sep 17 00:00:00 2001 From: Noah Jelich <12912633+njelich@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:30:21 +0100 Subject: [PATCH 1/2] Bump version to release new options --- devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index addd1a2..67fb412 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "llvm", - "version": "3.0.0", + "version": "3.1.0", "name": "llvm", "documentationURL": "https://github.com/devcontainers-community/features-llvm", "description": "Installs llvm on debian based systems", From 5335e709a965990161a1f3e4f8e708cd58e7568d Mon Sep 17 00:00:00 2001 From: Noah Jelich <12912633+njelich@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:21:26 +0100 Subject: [PATCH 2/2] Fix tar hardlink issue https://github.com/devcontainers-community/features-llvm/issues/4 By excluding github actions from published package --- .github/workflows/publish-feature.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index eb7772a..54b6b40 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -20,3 +20,11 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: devcontainers-community/publish-feature@v1 + with: + files: | + install.sh + README.md + devcontainer-feature.json + LICENSE + test.sh +