Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b523dc9
Added base structure of scripts from master branch about release scripts
saurabhchavan1711 Jul 21, 2026
62912ef
remove sync file removal changes from release docs script
saurabhchavan1711 Jul 20, 2026
73935be
add sync step and create directory if missing
saurabhchavan1711 Jul 20, 2026
5734a45
testing commit for folder creation
saurabhchavan1711 Jul 20, 2026
c6d0f25
revert folder creation testing commit
saurabhchavan1711 Jul 20, 2026
8e45002
merge publishing flow with release flow
saurabhchavan1711 Jul 20, 2026
d7fd2e1
delete publish changelog yaml file and update release list
saurabhchavan1711 Jul 20, 2026
2d336bd
Add sync logic to run every day
saurabhchavan1711 Jul 20, 2026
6390080
Revert "delete publish changelog yaml file and update release list"
saurabhchavan1711 Jul 20, 2026
b252c40
Add logic to raise PR in NT to update changelog
saurabhchavan1711 Jul 20, 2026
d822dff
Fix base branch for changelog in NT
saurabhchavan1711 Jul 20, 2026
f8f5e13
Use force to push to NT branch
saurabhchavan1711 Jul 20, 2026
9b8011c
Delete Publishing changelog job and update release list
saurabhchavan1711 Jul 20, 2026
a37d5a2
Improvements in release script and pipeline file
saurabhchavan1711 Jul 20, 2026
8777a5a
removed sync job as its on master
saurabhchavan1711 Jul 21, 2026
03d7723
publish changelog yaml addition for testing
saurabhchavan1711 Jul 21, 2026
d1014b2
remove check-docs-pr yaml file and update PR template
saurabhchavan1711 Jul 21, 2026
6d17f2f
revert publishing changes to docs restoration
saurabhchavan1711 Jul 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Please provide a clear and concise description of what this pull request address

To ensure this pull request meets the requirements for merging, please complete the checklist below:

- [ ] **Release Note:** I have added a release note in the [Mendix Docs repository](https://github.com/mendix/docs) relevant to the changes introduced in this PR.
- **Link to release note:** [Provide the link here]
- [ ] **Release Note:** As a part of the release process, an automated PR will be created for the [Mendix Docs repository](https://github.com/mendix/docs) relevant to the changes introduced in this PR. Post release, please ensure that the release note accurately reflects the changes and impacts of this PR.
- [ ] **Breaking Changes:** This PR introduces breaking changes (e.g., changes that require updates to existing configurations, dependencies).
- [ ] If yes, I have documented these breaking changes and provided guidance for users to adapt.
- **Details about breaking changes:** [Provide details here, if applicable]
Expand All @@ -23,9 +22,7 @@ To ensure this pull request meets the requirements for merging, please complete

## Important Notes

- PRs **will not be merged** without a corresponding release note update in the Mendix Docs repository.
- Make sure the release note accurately describes the changes and impacts introduced by this PR.
- If documentation update is not required, add a comment with `skip-docs-check` to skip the docs check.

Thank you for keeping our documentation up-to-date! 🚀

Expand Down
255 changes: 255 additions & 0 deletions .github/scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .github/scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"simple-git": "^3.32.2",
"@octokit/rest": "^22.0.1"
}
}
Loading
Loading