Skip to content

Commit f671d3f

Browse files
chore(main): release 2.0.1 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65e3681 commit f671d3f

File tree

4 files changed

+17
-10
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/sgoudham/update-git-submodules/compare/v2.0.0...v2.0.1) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* remove naive regex parsing of `.gitmodules` file ([#15](https://github.com/sgoudham/update-git-submodules/issues/15)) ([65e3681](https://github.com/sgoudham/update-git-submodules/commit/65e3681e1ed1d96ec1379d60d71499285f08579c))
9+
310
## [2.0.0](https://github.com/sgoudham/update-git-submodules/compare/v1.0.0...v2.0.0) (2024-08-26)
411

512

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ their submodules to the latest git tag instead of the latest commit.
2424
<!-- x-release-please-start-version -->
2525

2626
```yaml
27-
- uses: sgoudham/[email protected].0
27+
- uses: sgoudham/[email protected].1
2828
with:
2929
# The path to the '.gitmodules' file.
3030
#
@@ -105,15 +105,15 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
105105
```yaml
106106
- name: Update Submodules
107107
id: submodules
108-
uses: sgoudham/[email protected].0
108+
uses: sgoudham/[email protected].1
109109
```
110110

111111
### Update all submodules to the latest tag
112112

113113
```yaml
114114
- name: Update Submodules
115115
id: submodules
116-
uses: sgoudham/[email protected].0
116+
uses: sgoudham/[email protected].1
117117
with:
118118
strategy: tag
119119
```
@@ -123,7 +123,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
123123
```yaml
124124
- name: Update Submodule
125125
id: submodules
126-
uses: sgoudham/[email protected].0
126+
uses: sgoudham/[email protected].1
127127
with:
128128
submodules: ports/vscode-icons
129129
```
@@ -133,7 +133,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
133133
```yaml
134134
- name: Update Submodules
135135
id: submodules
136-
uses: sgoudham/[email protected].0
136+
uses: sgoudham/[email protected].1
137137
with:
138138
submodules: |
139139
ports/nvim
@@ -155,7 +155,7 @@ steps:
155155
156156
- name: Update Submodules
157157
id: submodules
158-
uses: sgoudham/[email protected].0
158+
uses: sgoudham/[email protected].1
159159
160160
- name: Create PR
161161
uses: peter-evans/create-pull-request@v6
@@ -179,7 +179,7 @@ steps:
179179
180180
- name: Update Submodules
181181
id: submodules
182-
uses: sgoudham/[email protected].0
182+
uses: sgoudham/[email protected].1
183183
184184
- name: Create PR
185185
uses: peter-evans/create-pull-request@v6
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Update Submodules
220220
id: submodules
221-
uses: sgoudham/[email protected].0
221+
uses: sgoudham/[email protected].1
222222
with:
223223
submodules: ${{ matrix.submodule }}
224224
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.0.0",
4+
"version": "2.0.1",
55
"author": "Goudham <[email protected]>",
66
"private": true,
77
"homepage": "https://github.com/sgoudham/update-git-submodules",

0 commit comments

Comments
 (0)