Skip to content

Commit ede3522

Browse files
chore(main): release 2.1.1 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a86dfe2 commit ede3522

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-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.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/sgoudham/update-git-submodules/compare/v2.1.0...v2.1.1) (2024-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* always use long commit sha in links ([#24](https://github.com/sgoudham/update-git-submodules/issues/24)) ([9f65778](https://github.com/sgoudham/update-git-submodules/commit/9f657782f4aebe538594d1f5e1841f6f58d68181))
9+
* don't assume submodule is on previous tag when strategy "tag" ([#22](https://github.com/sgoudham/update-git-submodules/issues/22)) ([1050274](https://github.com/sgoudham/update-git-submodules/commit/1050274697869e57cbab6d3f8a74a694a9f4a676))
10+
* mention only the PR description is generated ([#25](https://github.com/sgoudham/update-git-submodules/issues/25)) ([2bf3ddb](https://github.com/sgoudham/update-git-submodules/commit/2bf3ddbebaca133e28d072c9dad8532daeac242e))
11+
312
## [2.1.0](https://github.com/sgoudham/update-git-submodules/compare/v2.0.1...v2.1.0) (2024-08-30)
413

514

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].0
35+
- uses: sgoudham/[email protected].1
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].0
120+
uses: sgoudham/[email protected].1
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].0
128+
uses: sgoudham/[email protected].1
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].0
138+
uses: sgoudham/[email protected].1
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].0
148+
uses: sgoudham/[email protected].1
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].0
170+
uses: sgoudham/[email protected].1
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].0
194+
uses: sgoudham/[email protected].1
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].0
233+
uses: sgoudham/[email protected].1
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.0",
4+
"version": "2.1.1",
55
"author": "Goudham <[email protected]>",
66
"private": true,
77
"homepage": "https://github.com/sgoudham/update-git-submodules",

0 commit comments

Comments
 (0)