Skip to content

Commit

Permalink
Merge pull request #138 from SwiftGen/release/2.8.0
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
djbe committed Feb 7, 2021
2 parents 50374ee + 4c2c13d commit 54cbedc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

## Stable Branch
## 2.8.0

### New Features

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUILD_DIR = File.absolute_path('./.build')

namespace :release do
desc 'Create a new release on CocoaPods'
task :new => [:check_versions, 'xcode:test', :cocoapods]
task :new => [:check_versions, 'spm:test', :cocoapods]

desc 'Check if all versions from the podspecs and CHANGELOG match'
task :check_versions do
Expand Down Expand Up @@ -69,4 +69,4 @@ namespace :release do
end
end

task :default => 'xcode:test'
task :default => 'spm:test'
2 changes: 1 addition & 1 deletion StencilSwiftKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StencilSwiftKit'
s.version = '2.7.2'
s.version = '2.8.0'
s.summary = 'Stencil additions dedicated for Swift code generation'

s.description = <<-DESC
Expand Down

0 comments on commit 54cbedc

Please sign in to comment.