diff --git a/.github/workflows/check-branch.yml b/.github/workflows/check-branch.yml
index 0690dbc..ef352ce 100644
--- a/.github/workflows/check-branch.yml
+++ b/.github/workflows/check-branch.yml
@@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Comment PR
- if: github.base_ref == 'main' && github.head_ref != 'next'
+ if: github.base_ref == 'main' && github.head_ref != 'staging'
uses: thollander/actions-comment-pull-request@v2
with:
message: |
- We regret to inform you that you are currently not able to merge your changes into the master branch due to restrictions applied by our SRE team. To proceed with merging your changes, we kindly request that you create a pull request from the next branch. Our team will then review the changes and work with you to ensure a successful merge into the master branch.
+ We regret to inform you that you are currently not able to merge your changes into the master branch due to restrictions applied by our SRE team. To proceed with merging your changes, we kindly request that you create a pull request from the staging branch. Our team will then review the changes and work with you to ensure a successful merge into the master branch.
- name: Check branch
- if: github.base_ref == 'main' && github.head_ref != 'next'
+ if: github.base_ref == 'main' && github.head_ref != 'staging'
run: |
- echo "ERROR: We regret to inform you that you are currently not able to merge your changes into the master branch due to restrictions applied by our SRE team. To proceed with merging your changes, we kindly request that you create a pull request from the next branch. Our team will then review the changes and work with you to ensure a successful merge into the master branch."
+ echo "ERROR: We regret to inform you that you are currently not able to merge your changes into the master branch due to restrictions applied by our SRE team. To proceed with merging your changes, we kindly request that you create a pull request from the staging branch. Our team will then review the changes and work with you to ensure a successful merge into the master branch."
exit 1
diff --git a/Contentstack.Management.ASPNETCore/contentstack.management.aspnetcore.csproj b/Contentstack.Management.ASPNETCore/contentstack.management.aspnetcore.csproj
index 49a3a1f..999600d 100644
--- a/Contentstack.Management.ASPNETCore/contentstack.management.aspnetcore.csproj
+++ b/Contentstack.Management.ASPNETCore/contentstack.management.aspnetcore.csproj
@@ -5,7 +5,7 @@
contentstack.management.aspnetcore
$(Version)
Contentstack
- Copyright © 2012-2024 Contentstack. All Rights Reserved
+ Copyright © 2012-2025 Contentstack. All Rights Reserved
Contentstack
https://github.com/contentstack/contentstack-management-dotnet
Initial Release
@@ -15,7 +15,7 @@
.NET SDK for the Contentstack Content Management API.
LICENSE.txt
v$(Version)
- 0.1.3
+ $(Version)
Contentstack.Management.ASPNETCore