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:
Andrew Eisenberg 2021-05-18 11:08:24 -07:00
parent 79c79f1be5
commit 8566f9b061
5 changed files with 9 additions and 5 deletions

View file

@ -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.

3
CHANGELOG.md Normal file
View file

@ -0,0 +1,3 @@
# CodeQL Action and CodQL Runner Changelog
## [UNRELEASED]

2
node_modules/.package-lock.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "CodeQL action",
"scripts": {