Skip to content

Commit f470d43

Browse files
committed
clean up project layout
1 parent 64fd247 commit f470d43

40 files changed

+673
-2038
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [Master](https://github.com/fulldecent/FDWaveformView/compare/4.0.1...master)
7+
## [Master](https://github.com/fulldecent/FDWaveformView/compare/5.0.2...master)
88

99
#### Changed
1010

1111
---
1212

13+
## [5.0.2](https://github.com/fulldecent/FDWaveformView/releases/tag/5.0.2)
14+
Released on 2024-03-27.
15+
16+
#### Changed
17+
- Removed Travis CI, CocoaPods, Carthage
18+
19+
---
20+
1321
## [4.0.1](https://github.com/fulldecent/FDWaveformView/releases/tag/4.0.1)
1422
Released on 2020-02-12.
1523

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ All contributors are welcome. Please use issues and pull requests to contribute
55
# Release Process
66

77
1. Confirm the build vorks (todo: set up GitHub Actions testing)
8-
1. This automatically checks the pod file is building
98
2. Create a release commit, see [prior releases](https://github.com/fulldecent/FDWaveformView/releases) for an example
109
1. Update the change log to label the latest improvements under the new version name
1110
2. Update the podspec version number
1211
3. Tag the release in GitHub
1312
1. Create the release commit
1413
2. Create the release with notes from the change log
15-
3. Push the podspec to cocoapods
16-
1. `pod trunk push`
17-
4. Create Carthage binaries
18-
1. `carthage build --no-skip-current`
19-
2. `carthage archive FDWaveformView`
20-
3. Add to the GitHub release

0 commit comments

Comments
 (0)