safe-airdrop icon indicating copy to clipboard operation
safe-airdrop copied to clipboard

Include app's version number somewhere on interface

Open schmanu opened this issue 2 years ago • 2 comments

Sometimes I'm wondering which version is currently deployed / running when using the app. I think it would be nice to always include the github release version in the interface somewhere. It would also be good to have a link to the github somewhere. Right now users always ask in the discord for help. With the repo linked they might just create an issue.

schmanu avatar Apr 19 '22 07:04 schmanu

We should also take this opportunity to implement some sort of auto deployment.

bh2smith avatar Apr 19 '22 08:04 bh2smith

Sounds interesting.

I think there are two directions to go for that:

  1. We could use github actions for the release event and then publish using this github action: https://github.com/marketplace/actions/upload-to-ipfs
  2. We could use some CLI tool which will do everything kinda automatically like https://github.com/release-it/release-it

schmanu avatar Apr 19 '22 09:04 schmanu