Skip to content

Commit 85914b7

Browse files
chore(main): release 2.1.0 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d598328 commit 85914b7

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.1"
2+
".": "2.1.0"
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.1.0](https://github.com/sgoudham/update-git-submodules/compare/v2.0.1...v2.1.0) (2024-08-30)
4+
5+
6+
### Features
7+
8+
* add output `remoteName` & use it in `prBody` ([d598328](https://github.com/sgoudham/update-git-submodules/commit/d598328ef2f251724d0746fa69a185f582e2c945))
9+
310
## [2.0.1](https://github.com/sgoudham/update-git-submodules/compare/v2.0.0...v2.0.1) (2024-08-27)
411

512

README.md

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

3232
```yaml
33-
- uses: sgoudham/update-git-submodules@v2.0.1
33+
- uses: sgoudham/update-git-submodules@v2.1.0
3434
with:
3535
# The path to the '.gitmodules' file.
3636
#
@@ -115,15 +115,15 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
115115
```yaml
116116
- name: Update Submodules
117117
id: submodules
118-
uses: sgoudham/update-git-submodules@v2.0.1
118+
uses: sgoudham/update-git-submodules@v2.1.0
119119
```
120120

121121
### Update all submodules to the latest tag
122122

123123
```yaml
124124
- name: Update Submodules
125125
id: submodules
126-
uses: sgoudham/update-git-submodules@v2.0.1
126+
uses: sgoudham/update-git-submodules@v2.1.0
127127
with:
128128
strategy: tag
129129
```
@@ -133,7 +133,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
133133
```yaml
134134
- name: Update Submodule
135135
id: submodules
136-
uses: sgoudham/update-git-submodules@v2.0.1
136+
uses: sgoudham/update-git-submodules@v2.1.0
137137
with:
138138
submodules: ports/vscode-icons
139139
```
@@ -143,7 +143,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
143143
```yaml
144144
- name: Update Submodules
145145
id: submodules
146-
uses: sgoudham/update-git-submodules@v2.0.1
146+
uses: sgoudham/update-git-submodules@v2.1.0
147147
with:
148148
submodules: |
149149
ports/nvim
@@ -165,7 +165,7 @@ steps:
165165
166166
- name: Update Submodules
167167
id: submodules
168-
uses: sgoudham/update-git-submodules@v2.0.1
168+
uses: sgoudham/update-git-submodules@v2.1.0
169169
170170
- name: Create PR
171171
uses: peter-evans/create-pull-request@v6
@@ -189,7 +189,7 @@ steps:
189189
190190
- name: Update Submodules
191191
id: submodules
192-
uses: sgoudham/update-git-submodules@v2.0.1
192+
uses: sgoudham/update-git-submodules@v2.1.0
193193
194194
- name: Create PR
195195
uses: peter-evans/create-pull-request@v6
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Update Submodules
230230
id: submodules
231-
uses: sgoudham/update-git-submodules@v2.0.1
231+
uses: sgoudham/update-git-submodules@v2.1.0
232232
with:
233233
submodules: ${{ matrix.submodule }}
234234
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.1",
4+
"version": "2.1.0",
55
"author": "Goudham <[email protected]>",
66
"private": true,
77
"homepage": "https://github.com/sgoudham/update-git-submodules",

0 commit comments

Comments
 (0)