You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Then there would be two cases - you can either leave target tag and pervious tag blank or manually input some values
28
28
29
29
- Target Tag means the target deployment version, while Previous Tag means the latest version as of now. Previous Tag is used for Release Note only - showing the file / commit differences between two tags.
@@ -90,7 +90,7 @@ Open issues marked with label `Status: Fixed` and `Status: Resolved` will be clo
@@ -138,7 +138,7 @@ When a non-draft Pull Request is created, reopened or synchronized, a timely bui
138
138
139
139
The docker images will be built and pushed to Docker Hub (See [nocodb/nocodb-timely](https://hub.docker.com/r/nocodb/nocodb-timely/tags) for the full list). Once the image is ready, GitHub bot will add a comment with the command in the pull request. The tag would be `<NOCODB_CURRENT_VERSION>-pr-<PR_NUMBER>-<YYYYMMDD>-<HHMM>`.
Copy file name to clipboardExpand all lines: content/docs/engineering/development-setup.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ CI-CD will be triggered on moving a PR from draft state to `Ready for review` st
46
46
47
47
For Playwright tests, screenshots are captured on the tests. These will provide vital clues for debugging possible issues observed in CI-CD. To access screenshots, Open link associated with CI-CD run & click on `Artifacts`
48
48
49
-

0 commit comments