Skip to content

Commit

Permalink
updated notes on steps to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Jan 19, 2024
1 parent 0a23b84 commit e90d6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion targets/slideruleearth-aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
# $ aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 742127912612.dkr.ecr.us-west-2.amazonaws.com
# 3. Login to GitHub
# $ gh auth login
# 4. Execute the makefile target to release the code; X.Y.Z is the version
# 4. Login to NPMJS
# $ cd sliderule/clients/nodejs && make login
# 5. Execute the makefile target to release the code; X.Y.Z is the version
# $ make release VERSION=vX.Y.Z DOCKEROPTS=--no-cache
#
# To update the build environment for GitHub actions
Expand Down

0 comments on commit e90d6f8

Please sign in to comment.