Skip to content

Commit 2241a1e

Browse files
committed
Merge pull request #410 from realm/release-0.7.0
release 0.7.0
2 parents cf221d3 + 7eca6aa commit 2241a1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Master
1+
## 0.7.0: Automatic Permanent Press
22

33
##### Breaking
44

Releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For SwiftLint contributors, follow these steps to cut a release:
1313
3. Update the first header in `CHANGELOG.md` to the new version number & release
1414
name.
1515
4. Commit & push to the `master` branch.
16-
5. Tag: `git tag -a 0.2.0 -m "0.2.0: Tumble Dry"; git push --tags`
16+
5. Tag: `git tag -a 0.2.0 -m "0.2.0: Tumble Dry"; git push 0.2.0`
1717
6. Make sure you have the latest stable Xcode version installed or symlinked
1818
under `/Applications/Xcode.app` and `xcode-select`ed.
1919
7. Create the pkg installer & framework zip: `make release`

Source/SwiftLintFramework/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.6.0</string>
18+
<string>0.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Source/swiftlint/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.6.0</string>
20+
<string>0.7.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)