Releases: SomeRandomiOSDev/ProjectTemplate
Releases · SomeRandomiOSDev/ProjectTemplate
0.5.1
0.5.0
- Added pull request template & issue form templates.
- Added contributing, contributors, and code of conduct documents.
- Updated workflows with path filters to avoid unnecessary workflow runs.
- Added log artifacts to all relevant workflows.
- Added DocC documentation catalog.
- Added
documentation.yml
workflow.
0.4.1
- Added workflow for automatically publishing CocoaPods
0.4.0
- Removed unnecessary dependency check in
workflowtests.sh
- Updated
.swiftlint.yml
with default excludes and ignored/updated rules - Updated README header formatting and added missing Github Action status badges
- Updated default tvOS deployment version to '9.0'
- Updated scripts to standardize arguments format & additional error/signal handling
- Added configuration options for conditionally signing git commits and tags
- Fixed
codecov.io
upload steps inswift-package.yml
- Split linting steps in
cocoapods.yml
for parallelization by using a build matrix - Added
swiftlint.yml
Github Action workflow
0.3.0
- Added
workflowtests.sh
for running all workflow tests locally for configured projects - Updated default SPM version in README
- Added GPG signing for git tags
0.2.1
- Fixed issues when running Github Actions
- Disabled commit/tag signing when running unit tests
0.2.0
- Added unit tests for configuring project templates
0.1.2
- Updated
config.sh
script with a help message - Added watchOS unit tests to
xcodebuild.yml
workflow - Migrated to using XCTestPlans
- Set the default branch to
main
when initializing git repos - Upgraded project to Xcode 13.0
0.1.1
- Fixed issues in the
xcodebuild.yml
workflow - Added
workflow_dispatch
trigger to workflow actions
0.1.0
- Initial Release