To build brew cask with the new version the Sequel-Ace-2.3.2-release.zip is needed. It would be nice if anyone can add it.
Thanks
Once @Jason-Morcos wakes up, we will notarize the build and upload it. I released the hotfix asap but don't have certificates here right now.
Release 馃帀
@Kaspik @Jason-Morcos is it intentional that the url looks like this? https://github.com/Sequel-Ace/Sequel-Ace/releases/tag/production%2F2.3.2-2121
@Kaspik @Jason-Morcos is it intentional that the url looks like this? https://github.com/Sequel-Ace/Sequel-Ace/releases/tag/production%2F2.3.2-2121
That is the correct URL to the latest GitHub release, yes. We've changed to production- tags for fastlane deployment things!
ok so we have to fix the url in the cask script from this https://github.com/Sequel-Ace/Sequel-Ace/releases/download/2.3.2/Sequel-Ace-2.3.2-release.zip to this https://github.com/Sequel-Ace/Sequel-Ace/releases/tag/production%2F2.3.2-2121
ok so we have to fix the url in the cask script from this https://github.com/Sequel-Ace/Sequel-Ace/releases/download/2.3.2/Sequel-Ace-2.3.2-release.zip to this https://github.com/Sequel-Ace/Sequel-Ace/releases/tag/production%2F2.3.2-2121
Close, should fix it to https://github.com/Sequel-Ace/Sequel-Ace/releases/download/production%2F2.3.2-2121/Sequel-Ace-2.3.2-release.zip
Yeah, sorry, it will be like this from now on. We will have production/app.version-build.version and beta/app.version-build.version :)
ok thats tricky I need to read the docs first.
I'll find the code for paraing that that we use for measuring release times.
I wonder if there's a way to be smart or programmatic about it in some way? Perhaps we could figure out a way to have a link that aliases to the latest release or something, perhaps through the GitHub pages site?
Looks like there's a /latest magic thing but that would require us to upload the zip files without the version numbers in the name (which I'm fine with, could just be Sequel-Ace.zip or something)
I allready updated the url to the new standard Homebrew/homebrew-cask#93722
Most helpful comment
Once @Jason-Morcos wakes up, we will notarize the build and upload it. I released the hotfix asap but don't have certificates here right now.