Skip to content

Commit

Permalink
Create info.json in release artifacts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed May 20, 2024
1 parent 66019b4 commit c569c42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ confirm "\nContinue?"

cat scripts/Version.swift.template | sed s/__VERSION__/${version}/ > Sources/Frontend/Version.swift
cat scripts/Periphery.podspec.template | sed s/__VERSION__/${version}/ > Periphery.podspec
cat scripts/artifactbundle_info.json.template | sed s/__VERSION__/${version}/ > info.json
cat scripts/artifactbundle_info.json.template | sed s/__VERSION__/${version}/ > .release/info.json

echo -e "\nUpdate CHANGELOG.md"
confirm "Continue?"
Expand All @@ -49,7 +49,6 @@ rm -rf .release
mkdir .release
cp "$bin_path" .release/
cp LICENSE.md .release/
cp info.json .release/
cp scripts/release_notes.md.template .release/release_notes.md

# Codesign
Expand Down

0 comments on commit c569c42

Please sign in to comment.