From a65cd8c4ac667934a6d82c9c788e2a44649cc890 Mon Sep 17 00:00:00 2001 From: amitchell-moz Date: Tue, 17 Dec 2024 15:00:59 -0800 Subject: [PATCH] fix: add missing pr template (#238) * fix: add missing pr template, remove releaserc now that semantic pr is gone --- .github/pull_request_template.md | 7 +++++++ .releaserc.yaml | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .github/pull_request_template.md delete mode 100644 .releaserc.yaml diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..87143580 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ + + +## Changelog entry +``` +TODO: Replace this inner text with a useful message +for users of the affected modules! +``` diff --git a/.releaserc.yaml b/.releaserc.yaml deleted file mode 100644 index 0c812baa..00000000 --- a/.releaserc.yaml +++ /dev/null @@ -1,7 +0,0 @@ -branches: - - main - -plugins: - - "@semantic-release/commit-analyzer" - - "@semantic-release/release-notes-generator" - - "@semantic-release/github"