Skip to content

Commit f3a2f29

Browse files
authored
Create RELEASE.md
1 parent e44455d commit f3a2f29

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

RELEASE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Ember Release
2+
3+
When a new version of Ember is released, follow these instructions to update the API documentation.
4+
5+
1. Run the following script:
6+
```bash
7+
mkdir ember-releases
8+
cd ember-releases
9+
git clone https://github.com/ember-learn/ember-jsonapi-docs.git
10+
git clone https://github.com/emberjs/ember.js.git
11+
git clone https://github.com/emberjs/data.git
12+
cd ember-jsonapi-docs
13+
```
14+
2. Go to the heroku instance, navigate to `Settings`, click `reveal config vars` and use the values seen there as values for the following variables in your local environment:
15+
1. `AWS_ACCESS_KEY`
16+
2. `AWS_ACCESS_KEY_ID`
17+
3. `AWS_SECRET_ACCESS_KEY`
18+
4. `AWS_SECRET_KEY`
19+
5. `AWS_SHOULD_PUBLISH`
20+
4. Run `yarn run start --sync`
21+
5. Wait and confirm there were no errors
22+
6. Done!

0 commit comments

Comments
 (0)