Skip to content

Commit d610cd1

Browse files
chore(main): release 2.1.2 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b53dd9 commit d610cd1

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.1"
2+
".": "2.1.2"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/sgoudham/update-git-submodules/compare/v2.1.1...v2.1.2) (2025-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @actions/core to v1.11.1 ([#48](https://github.com/sgoudham/update-git-submodules/issues/48)) ([463aade](https://github.com/sgoudham/update-git-submodules/commit/463aade2e6a94ec695833c99117c0ab807aaf64a))
9+
* **deps:** update dependency ini to v5 ([#29](https://github.com/sgoudham/update-git-submodules/issues/29)) ([001f76f](https://github.com/sgoudham/update-git-submodules/commit/001f76f911db6ff69af2a510462175781332594a))
10+
* **deps:** update dependency zod to v3.24.2 ([#56](https://github.com/sgoudham/update-git-submodules/issues/56)) ([4b4587e](https://github.com/sgoudham/update-git-submodules/commit/4b4587e8bd7829e616579aab277f1c695c3bb70b))
11+
* support multiple URL protocols ([#76](https://github.com/sgoudham/update-git-submodules/issues/76)) ([058d448](https://github.com/sgoudham/update-git-submodules/commit/058d44802b60634ca7476b607a3f8f06641ecadb))
12+
313
## [2.1.1](https://github.com/sgoudham/update-git-submodules/compare/v2.1.0...v2.1.1) (2024-08-30)
414

515

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ latest commit.
3232
<!-- x-release-please-start-version -->
3333

3434
```yaml
35-
- uses: sgoudham/[email protected].1
35+
- uses: sgoudham/[email protected].2
3636
with:
3737
# The path to the '.gitmodules' file.
3838
#
@@ -117,15 +117,15 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
117117
```yaml
118118
- name: Update Submodules
119119
id: submodules
120-
uses: sgoudham/[email protected].1
120+
uses: sgoudham/[email protected].2
121121
```
122122

123123
### Update all submodules to the latest tag
124124

125125
```yaml
126126
- name: Update Submodules
127127
id: submodules
128-
uses: sgoudham/[email protected].1
128+
uses: sgoudham/[email protected].2
129129
with:
130130
strategy: tag
131131
```
@@ -135,7 +135,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
135135
```yaml
136136
- name: Update Submodule
137137
id: submodules
138-
uses: sgoudham/[email protected].1
138+
uses: sgoudham/[email protected].2
139139
with:
140140
submodules: ports/vscode-icons
141141
```
@@ -145,7 +145,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
145145
```yaml
146146
- name: Update Submodules
147147
id: submodules
148-
uses: sgoudham/[email protected].1
148+
uses: sgoudham/[email protected].2
149149
with:
150150
submodules: |
151151
ports/nvim
@@ -167,7 +167,7 @@ steps:
167167
168168
- name: Update Submodules
169169
id: submodules
170-
uses: sgoudham/[email protected].1
170+
uses: sgoudham/[email protected].2
171171
172172
- name: Create PR
173173
uses: peter-evans/create-pull-request@v6
@@ -191,7 +191,7 @@ steps:
191191
192192
- name: Update Submodules
193193
id: submodules
194-
uses: sgoudham/[email protected].1
194+
uses: sgoudham/[email protected].2
195195
196196
- name: Create PR
197197
uses: peter-evans/create-pull-request@v6
@@ -230,7 +230,7 @@ jobs:
230230
231231
- name: Update Submodules
232232
id: submodules
233-
uses: sgoudham/[email protected].1
233+
uses: sgoudham/[email protected].2
234234
with:
235235
submodules: ${{ matrix.submodule }}
236236
strategy: ${{ matrix.strategy }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "update-git-submodules",
33
"description": "Update git submodule(s) to their latest commit or tag",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"author": "Goudham <[email protected]>",
66
"private": true,
77
"homepage": "https://github.com/sgoudham/update-git-submodules",

0 commit comments

Comments
 (0)