Skip to content

Commit

Permalink
added the template for release
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Oct 17, 2023
1 parent 19bcbed commit f48c9e3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,20 @@ ___
2. Push the new package.json version: `git push origin main`
3. Push the new tag: `git push origin [NEW_TAG]` -- e.g. `git push origin v2.7.1`
4. Write up [release notes](https://github.com/simularium/simularium-viewer/releases).

- Select the tag
- Click "generate release notes"
- Use this template to summarize changes (delete any categories that aren't relevant). `## Pull requests included in this release` should be above the auto generated content:
```Markdown
## What's Changed

### **🎉 New features**
-
### **🐞 Bug Fixes**
-
### **⛏ Maintenance**
-
## Pull requests included in this release
```
___

## Questions or Thoughts?
Expand Down

0 comments on commit f48c9e3

Please sign in to comment.