Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
rmachielse committed Sep 4, 2020
1 parent 61b7010 commit debdfd1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Microsoft Teams

## Releasing

### Staging

```
zip -j -r FeedbackFruits\ Staging.zip staging/manifest.json *.png
```

### Production

```
zip -j -r FeedbackFruits\ AU.zip au/manifest.json *.png
zip -j -r FeedbackFruits\ EU.zip eu/manifest.json *.png
zip -j -r FeedbackFruits\ US.zip us/manifest.json *.png
```

0 comments on commit debdfd1

Please sign in to comment.