diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index b0c5175..0000000 --- a/.github/release.yml +++ /dev/null @@ -1,4 +0,0 @@ -changelog: - exclude: - labels: - - tagpr diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml deleted file mode 100644 index bb4a533..0000000 --- a/.github/workflows/tagpr.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: tagpr -on: - push: - branches: ["master"] -jobs: - tagpr: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: Songmu/tagpr@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.tagpr b/.tagpr deleted file mode 100644 index eade20c..0000000 --- a/.tagpr +++ /dev/null @@ -1,4 +0,0 @@ -[tagpr] - vPrefix = true - releaseBranch = master - versionFile = - diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index bfb8e31..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,82 +0,0 @@ -# Changelog - -## [v1.10.6](https://github.com/ddddddO/gtree/compare/v1.10.5...v1.10.6) - 2023-12-29 - -## [v1.10.5](https://github.com/ddddddO/gtree/compare/v1.10.4...v1.10.5) - 2023-12-29 -- Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 by @dependabot in https://github.com/ddddddO/gtree/pull/264 -- Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by @dependabot in https://github.com/ddddddO/gtree/pull/265 -- Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.0 by @dependabot in https://github.com/ddddddO/gtree/pull/266 - -## [v1.10.4](https://github.com/ddddddO/gtree/compare/v1.10.3...v1.10.4) - 2023-12-02 -- add test & refactor by @ddddddO in https://github.com/ddddddO/gtree/pull/260 -- WalkerNode.Path method is changed `/` separator by @ddddddO in https://github.com/ddddddO/gtree/pull/262 - -## [v1.10.3](https://github.com/ddddddO/gtree/compare/v1.10.2...v1.10.3) - 2023-11-18 -- Bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in https://github.com/ddddddO/gtree/pull/256 -- Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in https://github.com/ddddddO/gtree/pull/257 -- coverage for markdown by @ddddddO in https://github.com/ddddddO/gtree/pull/259 - -## [v1.10.2](https://github.com/ddddddO/gtree/compare/v1.10.1...v1.10.2) - 2023-11-05 -- Impl HasChild method for WalkerNode by @ddddddO in https://github.com/ddddddO/gtree/pull/254 - -## [v1.10.1](https://github.com/ddddddO/gtree/compare/v1.10.0...v1.10.1) - 2023-11-04 - -## [v1.10.0](https://github.com/ddddddO/gtree/compare/v1.9.12...v1.10.0) - 2023-11-04 -- Bump go.uber.org/goleak from 1.2.1 to 1.3.0 by @dependabot in https://github.com/ddddddO/gtree/pull/246 -- add verify test cases by @ddddddO in https://github.com/ddddddO/gtree/pull/248 -- Impl walker func by @ddddddO in https://github.com/ddddddO/gtree/pull/253 - -## [v1.9.12](https://github.com/ddddddO/gtree/compare/v1.9.11...v1.9.12) - 2023-10-08 -- Bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in https://github.com/ddddddO/gtree/pull/240 -- modify acknowledgments by @ddddddO in https://github.com/ddddddO/gtree/pull/243 -- rm gocode by @ddddddO in https://github.com/ddddddO/gtree/pull/244 - -## [v1.9.11](https://github.com/ddddddO/gtree/compare/v1.9.10...v1.9.11) - 2023-09-24 -- grow and spread for OutputProgrammably by @ddddddO in https://github.com/ddddddO/gtree/pull/238 - -## [v1.9.10](https://github.com/ddddddO/gtree/compare/v1.9.9...v1.9.10) - 2023-09-24 -- For setting up sample project by gonew command by @ddddddO in https://github.com/ddddddO/gtree/pull/228 -- Bump github.com/pelletier/go-toml/v2 from 2.0.9 to 2.1.0 by @dependabot in https://github.com/ddddddO/gtree/pull/234 -- print each time by @ddddddO in https://github.com/ddddddO/gtree/pull/236 - -## [v1.9.9](https://github.com/ddddddO/gtree/compare/v1.9.8...v1.9.9) - 2023-09-08 - -## [v1.9.8](https://github.com/ddddddO/gtree/compare/v1.9.7...v1.9.8) - 2023-09-06 -- Mkdir with target by @ddddddO in https://github.com/ddddddO/gtree/pull/223 - -## [v1.9.7](https://github.com/ddddddO/gtree/compare/v1.9.6...v1.9.7) - 2023-09-02 -- modify description about indent by @ddddddO in https://github.com/ddddddO/gtree/pull/221 - -## [v1.9.6](https://github.com/ddddddO/gtree/compare/v1.9.5...v1.9.6) - 2023-08-26 -- update Go1.21 / TinyGo0.29 by @ddddddO in https://github.com/ddddddO/gtree/pull/216 -- support wasi by @ddddddO in https://github.com/ddddddO/gtree/pull/217 - -## [v1.9.5](https://github.com/ddddddO/gtree/compare/v1.9.4...v1.9.5) - 2023-08-08 - -## [v1.9.4](https://github.com/ddddddO/gtree/compare/v1.9.3...v1.9.4) - 2023-08-06 -- merge format node logic by @ddddddO in https://github.com/ddddddO/gtree/pull/206 -- Unity format spread logic by @ddddddO in https://github.com/ddddddO/gtree/pull/207 -- mv png,svg,gif... to assets by @ddddddO in https://github.com/ddddddO/gtree/pull/208 -- Auto calcu indentation by @ddddddO in https://github.com/ddddddO/gtree/pull/210 - -## [v1.9.3](https://github.com/ddddddO/gtree/compare/v1.9.2...v1.9.3) - 2023-07-26 - -## [v1.9.2](https://github.com/ddddddO/gtree/compare/v1.9.1...v1.9.2) - 2023-07-25 - -## [v1.9.1](https://github.com/ddddddO/gtree/compare/v1.8.7...v1.9.1) - 2023-07-24 -- refactor interface by @ddddddO in https://github.com/ddddddO/gtree/pull/202 -- execute test by os by @ddddddO in https://github.com/ddddddO/gtree/pull/203 -- Verify by @ddddddO in https://github.com/ddddddO/gtree/pull/204 - -## [v1.8.7](https://github.com/ddddddO/gtree/compare/v1.8.6...v1.8.7) - 2023-07-20 -- Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 by @dependabot in https://github.com/ddddddO/gtree/pull/197 -- Fix output for same name on the same hierarchy by @ddddddO in https://github.com/ddddddO/gtree/pull/201 - -## [v1.8.6](https://github.com/ddddddO/gtree/compare/v1.8.5...v1.8.6) - 2023-07-02 - -## [v1.8.5](https://github.com/ddddddO/gtree/compare/v1.8.4...v1.8.5) - 2023-07-02 -- Massive timeout by @ddddddO in https://github.com/ddddddO/gtree/pull/195 - -## [v1.8.4](https://github.com/ddddddO/gtree/compare/v1.8.3...v1.8.4) - 2023-07-01 -- Fix: detecting goroutine leak by @ddddddO in https://github.com/ddddddO/gtree/pull/191 -- Update goreleaser v1.19 by @ddddddO in https://github.com/ddddddO/gtree/pull/192