Skip to content

Commit 2aef9db

Browse files
authored
chore: add release script (#134)
1 parent 5611a8a commit 2aef9db

File tree

3 files changed

+1444
-50
lines changed

3 files changed

+1444
-50
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ const el = getDOMElementSomehow()
2626
const selector = getSelector(el)
2727
```
2828

29+
## Releasing
30+
31+
To create a new production release, run the following commands:
32+
33+
```bash
34+
git checkout develop
35+
git pull
36+
git fetch --tags
37+
git checkout -b my-release-branch
38+
npm run release
39+
git push
40+
```
41+
42+
Create a pull request into master from your release branch and request a review from `dequelabs/html-team`
43+
2944
## License
3045

3146
MPL-2.0

0 commit comments

Comments
 (0)