Skip to content

Commit

Permalink
updated readme and added dummy file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Jan 29, 2023
1 parent 9dafbdf commit 4b30106
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them.

Supports Alfred 3 and 4
Supports Alfred 3, 4, and 5

![AWS Console Services - Alfred Workflow Demo](demo.gif)

Expand Down
8 changes: 7 additions & 1 deletion release_tools/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ add_version_to_package_name() {
mv "$PACKAGE_NAME.zip" "AWS Console Services ${VERSION}.alfredworkflow.zip"
}

create_dummy_awgo_updater_file() {
echo -e "please ignore and/or discard this file! it only exists to make it so awgo's auto-update will detect a new version is available.\nsee here: https://github.com/deanishe/awgo/blob/11f767b094816cd865fa3b396d09023baeaa8ff5/update/github.go#L93-L97" \
> do-not-download-this-file.alfredworkflow
}

open_github() {
echo "opening github releases page ..."
open "https://github.com/rkoval/alfred-aws-console-services-workflow/releases/new?tag=${VERSION}&title=${VERSION}&body=%23%23%20Changes%0A%0AUser-facing%0A-%20TODO"
Expand All @@ -71,5 +76,6 @@ package_release
notarize_package
add_version_to_package_name
bump_version_and_tag
create_dummy_awgo_updater_file
open_github
open_finder
open_finder

0 comments on commit 4b30106

Please sign in to comment.