Skip to content

Commit

Permalink
Add --readme-path to vsce package and update .vscodeignore (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya authored May 2, 2024
1 parent 7308fc1 commit 23f0dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
!ansible-language-configuration.json
!CHANGELOG.md
!LICENSE
!README.md
!docs/README.md
!images/ansible.svg
!images/logo.png
!jinja-language-configuration.json
Expand Down
2 changes: 1 addition & 1 deletion tools/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -Eeuo pipefail
rm -f ./*.vsix
yarn run webpack
VERSION="$(./tools/get-marketplace-version.sh)"
vsce_package_args=(--no-dependencies --no-git-tag-version --no-update-package-json)
vsce_package_args=(--no-dependencies --no-git-tag-version --no-update-package-json --readme-path docs/README.md)
if [[ "$VERSION" != *.0 ]]; then
vsce_package_args+=("--pre-release")
fi
Expand Down

0 comments on commit 23f0dd1

Please sign in to comment.