mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-27 08:42:58 +08:00
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:
committed by
GitHub
parent
f01c19d580
commit
da54244115
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
@@ -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
|
||||
|
||||
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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
6
CHANGELOG.md
Normal 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
|
||||
Reference in New Issue
Block a user