Skip to content

Commit

Permalink
Fix release script & re-add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Jun 3, 2022
1 parent 84628e3 commit 283c548
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.22",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jq ".version=\"${NEW_VERSION}\"" manifest-beta.json > manifest-beta.tmp.json &&
jq ". + {\"${NEW_VERSION}\": \"0.12.0\"}" versions.json > versions.tmp.json && mv versions.tmp.json versions.json

# Overwrite the beta manifest as well.
cp manifest.json manifest-beta.js
cp manifest.json manifest-beta.json

# Create commit & commit.
git commit -a -m "Auto-release ${NEW_VERSION}"
Expand Down

0 comments on commit 283c548

Please sign in to comment.