Skip to content

Commit

Permalink
Comment scaffold for new prs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Nov 22, 2024
1 parent 60dac03 commit ca6d61d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publish_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
fastlyURL = "https://archives.boost.io/"
s3_archives_bucket = "boost-archives"
aws_profile = "production"
# git tag settings:

# webhook settings:

# defaults, used later
stagingPath2 = ""
Expand Down Expand Up @@ -192,6 +195,10 @@ def preflight():
print("Exiting.")
exit(1)

# github verification:

# webhook verification:


#####
usage = "usage: %prog [options] boost_version # Example: %prog 1_85_0"
Expand Down

0 comments on commit ca6d61d

Please sign in to comment.