add changelog file to the repo and update pr template (#3946)

* add changelog file to the repo and update pr template

* update codeowner for changelog file

* Update PULL_REQUEST_TEMPLATE.md

* Update CHANGELOG.md

Co-authored-by: Tirumarai Selvan <tirumarai.selvan@gmail.com>
This commit is contained in:
Shahidh K Muhammed
2020-03-02 16:09:56 +05:30
committed by GitHub
parent f01c19d580
commit da54244115
3 changed files with 15 additions and 4 deletions

9
.github/CODEOWNERS vendored
View File

@@ -1,4 +1,5 @@
/server/ @lexi-lambda
/docs/ @marionschleifer
/cli/ @shahidhk
/console/ @beerose
/server/ @lexi-lambda
/docs/ @marionschleifer
/cli/ @shahidhk
/console/ @beerose
CHANGELOG.md @marionschleifer,@shahidhk

View File

@@ -5,6 +5,10 @@
<!-- The title might not be enough to convey how this change affects the user. -->
<!-- Describe the changes from a user's perspective -->
### Changelog
- [ ] `CHANGELOG.md` is updated with user-facing content relevant to this PR.
### Affected components
<!-- Remove non-affected components from the list -->

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# Hasura GraphQL Engine Changelog
## `v1.2.0-beta.1`
- Introducing Actions: https://docs.hasura.io/1.0/graphql/manual/actions/index.html
- Downgrade command: https://hasura.io/docs/1.0/graphql/manual/deployment/downgrading.html#downgrading-hasura-graphql-engine