Update README.md
This commit is contained in:
parent
7bec1257d6
commit
717bdb08f6
|
@ -35,7 +35,7 @@ With PackageConfig (https://github.com/orta/PackageConfig) you can put the confi
|
||||||
#if canImport(PackageConfig)
|
#if canImport(PackageConfig)
|
||||||
import PackageConfig
|
import PackageConfig
|
||||||
|
|
||||||
let config = PackageConfig([
|
let config = PackageConfiguration([
|
||||||
"rocket": ["steps":
|
"rocket": ["steps":
|
||||||
[
|
[
|
||||||
["script": ["content": "ruby Scripts/update_changelog.rb"]]
|
["script": ["content": "ruby Scripts/update_changelog.rb"]]
|
||||||
|
@ -45,7 +45,7 @@ With PackageConfig (https://github.com/orta/PackageConfig) you can put the confi
|
||||||
"push"
|
"push"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
])
|
]).write()
|
||||||
```
|
```
|
||||||
|
|
||||||
## Default steps
|
## Default steps
|
||||||
|
|
Loading…
Reference in New Issue