Skip to content

Commit

Permalink
Remove details part of git submodule from the release notes
Browse files Browse the repository at this point in the history
Might be added later in scenarios
  • Loading branch information
dibyanugraha authored Nov 1, 2024
1 parent 08b108d commit a8f05d2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@ Page Scripting tests are now supported as part of CI/CD. By specifying pageScrip

[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.

To use the Git submodule just simply remove entirely your project folder and replace it by adding your repo as submodule by running git command:

```
git submodule add <url to your project git>
```

Then commit the changes.

To update your submodule, simply run:

```
git submodule update --remote --merge
```

The CI/CD process will now pull any repos (or _initialize the submodule_) inside of your AL Go repo according to the submodule file that you have committed.

## v6.0

### Issues
Expand Down

0 comments on commit a8f05d2

Please sign in to comment.