Skip to content

Commit 9566fb8

Browse files
committed
- do not deploy on weekends
- update text in release body
1 parent 13c8903 commit 9566fb8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
# every morning
44
schedule:
5-
- cron: '0 12 * * *'
5+
- cron: '0 12 * * 1-4'
66

77
# releases are triggered on changes to this file
88
push:
@@ -82,14 +82,12 @@ jobs:
8282
tag_name: ${{ needs.bump_version.outputs.new_tag }}
8383
release_name: Release ${{ needs.bump_version.outputs.new_tag }}
8484
body: |
85-
Release built from commit [`${{ github.sha }}`](https://github.com/Uniswap/uniswap-frontend/tree/${{ github.sha }})
86-
87-
The IPFS hash of the bundle is:
85+
IPFS hash of the deployment:
8886
- CIDv0: `${{ steps.upload.outputs.hash }}`
8987
- CIDv1: `${{ steps.convert_cidv0.outputs.cidv1 }}`
9088
91-
Uniswap uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store your settings.
92-
**Beware** that other sites you access via the _same_ IPFS gateway can read and modify your settings on Uniswap without your permission.
89+
The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store your settings.
90+
**Beware** that other sites you access via the _same_ IPFS gateway can read and modify your settings on the Uniswap interface without your permission.
9391
You can avoid this issue by using a subdomain IPFS gateway. The preferred gateway URLs below utilize the CIDv1 of the release in the subdomain, and are relatively safer.
9492
9593
Preferred URLs:

0 commit comments

Comments
 (0)