Skip to content

Commit

Permalink
Use v1.0.0-rc.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 30, 2018
1 parent 7f79342 commit eef9201
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -87,7 +87,7 @@ with custom values to setup a completely independent project:
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/experimental/appVersion" \
--value "1.0.0"
--value "1.0.0-rc.0"
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/experimental/appConfig" \
Expand All @@ -114,7 +114,7 @@ with custom values to setup a completely independent project:
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/live/appVersion" \
--value "1.0.0"
--value "1.0.0-rc.0"
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/live/appConfig" \
Expand Down Expand Up @@ -164,12 +164,12 @@ npm run deploy:app
Once the app and assets are deployed,
deploy any version by updating the corresponding parameter.

For example, use version 1.0.0 by default on the live stage
For example, use version 1.0.0-rc.0 by default on the live stage

```
aws ssm put-parameter --overwrite --type "String" \
--name "/app/aws-lambda-edge/live/appVersion" \
--value "1.0.0"
--value "1.0.0-rc.0"
```

## Contributing
Expand Down

0 comments on commit eef9201

Please sign in to comment.