diff --git a/.distignore b/.distignore index 1d0a0bd4..c7a2bbe3 100644 --- a/.distignore +++ b/.distignore @@ -4,3 +4,4 @@ .distignore /docs /playwright +release.json \ No newline at end of file diff --git a/.gitignore b/.gitignore index 52a1174b..9ce2a024 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,4 @@ includes/.DS_Store includes/react/frontend/node_modules docs/_site/* playwright/.auth/user.json -playwright/playwright/.auth/user.json -.DS_Store +playwright/playwright/.auth/user.json \ No newline at end of file diff --git a/release.json b/release.json new file mode 100644 index 00000000..6d383889 --- /dev/null +++ b/release.json @@ -0,0 +1,8 @@ +{ + "name" : "Weight Tracker", + "version" : "10.10.4", + "download_url" : "https://weighttracker.yeken.uk/downloads/weight-tracker/weight-tracker.zip", + "sections" : { + "description" : "Allow your users to track their weight, measurements, photos and custom data! Support for BMI, BMR, Calorie Intake, Macronutrients and much more!" + } +} \ No newline at end of file