Skip to content

Commit

Permalink
Fix error generated from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyanugraha committed Nov 1, 2024
1 parent c45d028 commit 08b108d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Page Scripting tests are now supported as part of CI/CD. By specifying pageScrip

### Support for Git submodule

[Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) is now supported as part of CI/CD on your project.
[Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) is now supported as part of CI/CD on your project.

If you're already established your project repos outside the AL Go template, you may use submodule instead of placing and commiting your code directly to the repo generated by this template.

Expand All @@ -36,6 +36,7 @@ To use the Git submodule just simply remove entirely your project folder and rep
```
git submodule add <url to your project git>
```

Then commit the changes.

To update your submodule, simply run:
Expand Down

0 comments on commit 08b108d

Please sign in to comment.