Add a changelog
Adds an empty changelog file and a reminder to update it when opening pull requests. Also, adds a 1.0.0 version number in the package.json, which is what we _could_ use for version numbering.
This commit is contained in:
parent
79c79f1be5
commit
8566f9b061
5 changed files with 9 additions and 5 deletions
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
|
|
@ -1,4 +1,5 @@
|
|||
### Merge / deployment checklist
|
||||
|
||||
- [ ] Confirm this change is backwards compatible with existing workflows.
|
||||
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/master/README.md) has been updated if necessary.
|
||||
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) has been updated if necessary.
|
||||
- [ ] Confirm the [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) has been updated if necessary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue