Skip to content

Commit

Permalink
clean up project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Mar 28, 2024
1 parent 64fd247 commit f470d43
Show file tree
Hide file tree
Showing 40 changed files with 673 additions and 2,038 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.

---

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

#### Changed

---

## [5.0.2](https://github.com/fulldecent/FDWaveformView/releases/tag/5.0.2)
Released on 2024-03-27.

#### Changed
- Removed Travis CI, CocoaPods, Carthage

---

## [4.0.1](https://github.com/fulldecent/FDWaveformView/releases/tag/4.0.1)
Released on 2020-02-12.

Expand Down
7 changes: 0 additions & 7 deletions CONTRIBUTING.md
Expand Up @@ -5,16 +5,9 @@ All contributors are welcome. Please use issues and pull requests to contribute
# Release Process

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

0 comments on commit f470d43

Please sign in to comment.