From 486864d38fab0fd6ab776c8476f5ae5c0b588113 Mon Sep 17 00:00:00 2001 From: Jyotika Garg Date: Mon, 9 Jan 2023 14:39:33 +0530 Subject: [PATCH 1/2] release please --- .github/workflows/release-please.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 00000000..431d2575 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,13 @@ +on: + push: + branches: + - release-please +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + release-type: node + package-name: release-please-action \ No newline at end of file From ed54d6a1b18d3bb9e0e7b86669a3da24138db026 Mon Sep 17 00:00:00 2001 From: Jyotika Garg Date: Mon, 9 Jan 2023 14:41:19 +0530 Subject: [PATCH 2/2] feat!: send an email to the customer when a product is shipped --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2de4ef92..d18b5793 100644 --- a/README.md +++ b/README.md @@ -156,3 +156,4 @@ trademarks or logos is subject to and must follow Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies. +#test