Skip to content

Commit

Permalink
🔥 remove prompt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Nov 21, 2024
1 parent b550e5b commit 4ead842
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 105 deletions.
99 changes: 0 additions & 99 deletions docs/content/docs/300.libraries/prompt.md

This file was deleted.

12 changes: 6 additions & 6 deletions valet.d/commands.d/self-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ function selfRelease::createRelease() {
fi
fi

# read the version from the valet file
core::getVersion
local version="${RETURNED_VALUE}"
version="${version%%$'\n'*}"
log::info "The current version of valet is: ${version}."

if [[ "${uploadExistingTag:-}" != "true" ]]; then

# read the version from the valet file
core::getVersion
local version="${RETURNED_VALUE}"
version="${version%%$'\n'*}"
log::info "The current version of valet is: ${version}."
if [[ "${uploadExistingTag:-}" != "true" ]]; then

# update the documentation
selfRelease::updateDocumentation "${version}"
Expand Down

0 comments on commit 4ead842

Please sign in to comment.