Skip to content

Commit 3e8e3dd

Browse files
author
Guilherme Souza
committed
fix: inject version in Version.swift file
1 parent 75f73f7 commit 3e8e3dd

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
- uses: google-github-actions/release-please-action@v4
1717
with:
1818
release-type: simple
19+
extra-files: ["Sources/_Helpers/Version.swift"]

.release-please-manifest.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

Sources/_Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// x-release-please-start-version
2-
package let version = "0.0.0"
2+
package let version = "2.5.1"
33
// x-release-please-end

release-please-config.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)