Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Changelog (0.24 sec)

  1. CHANGELOG.md

    CHANGELOG/README.md...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Jan 05 07:53:04 GMT 2023
    - 19 bytes
    - Viewed (0)
  2. docs/changelogs/changelog_1x.md

    Andre_601 <******@****.***> 1644113949 +0100
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 6.4K bytes
    - Viewed (0)
  3. mkdocs.yml

            # Redirect all changelog pages to changelog/*
            'changelog.md': 'changelogs/changelog.md'
            'upgrading_to_okhttp_4.md': 'changelogs/upgrading_to_okhttp_4.md'
            'changelog_3x.md': 'changelogs/changelog_3x.md'
            'changelog_2x.md': 'changelogs/changelog_2x.md'
            'changelog_1x.md': 'changelogs/changelog_1x.md'
            # Redirect all contributing pages to contribute/*
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Nov 20 15:26:12 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  4. CHANGELOG/README.md

    # CHANGELOGs
    
    - [CHANGELOG-1.30.md](./CHANGELOG-1.30.md)
    - [CHANGELOG-1.29.md](./CHANGELOG-1.29.md)
    - [CHANGELOG-1.28.md](./CHANGELOG-1.28.md)
    - [CHANGELOG-1.27.md](./CHANGELOG-1.27.md)
    - [CHANGELOG-1.26.md](./CHANGELOG-1.26.md)
    - [CHANGELOG-1.25.md](./CHANGELOG-1.25.md)
    - [CHANGELOG-1.24.md](./CHANGELOG-1.24.md)
    - [CHANGELOG-1.23.md](./CHANGELOG-1.23.md)
    - [CHANGELOG-1.22.md](./CHANGELOG-1.22.md)
    - [CHANGELOG-1.21.md](./CHANGELOG-1.21.md)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 31 19:48:10 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  5. deploy_website.sh

    ./gradlew dokkaHtmlMultiModule
    
    mv ./build/dokka/htmlMultiModule docs/5.x
    
    # Copy in special files that GitHub wants in the project root.
    cat README.md | grep -v 'project website' > docs/index.md
    cp CHANGELOG.md docs/changelogs/changelog.md
    cp CONTRIBUTING.md docs/contribute/contributing.md
    
    # Build the site and push the new files up to GitHub
    python3 -m venv venv
    source venv/bin/activate
    pip install mkdocs-material mkdocs-redirects
    Shell Script
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Nov 20 15:26:12 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  6. .gitignore

    release.properties
    local.properties
    
    .idea
    *.iml
    *.ipr
    *.iws
    *.log
    classes
    
    obj
    
    .DS_Store
    
    # Special Mkdocs files
    docs/4.x
    docs/changelog.md
    docs/contributing.md
    docs/index.md
    
    # jenv
    /.java-version
    /site/
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Dec 10 11:52:12 GMT 2022
    - 337 bytes
    - Viewed (0)
  7. src/packaging/deb/lintian/fess

    fess binary: unstripped-binary-or-object
    # Ignore arch dependent warnings, we chose the right libs on start
    fess binary: arch-dependent-file-in-usr-share
    # Please check our changelog at https://github.com/codelibs/fess
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 10 01:24:02 GMT 2015
    - 439 bytes
    - Viewed (0)
  8. docs/security/tls_configuration_history.md

    [OkHttp30]: https://square.github.io/okhttp/changelog_3x/#version-300
    [OkHttp310]: https://square.github.io/okhttp/changelog_3x/#version-310
    [OkHttp311]: https://square.github.io/okhttp/changelog_3x/#version-320
    [OkHttp312]: https://square.github.io/okhttp/changelog_3x/#version-330
    [OkHttp313]: https://square.github.io/okhttp/changelog_3x/#version-340
    [OkHttp314]: https://square.github.io/okhttp/changelog_3x/#version-310
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 16:35:36 GMT 2022
    - 9K bytes
    - Viewed (0)
  9. test_docs.sh

    ./gradlew dokkaHtmlMultiModule
    
    mv ./build/dokka/htmlMultiModule docs/4.x
    
    # Copy in special files that GitHub wants in the project root.
    cat README.md | grep -v 'project website' > docs/index.md
    cp CHANGELOG.md docs/changelogs/changelog.md
    cp CONTRIBUTING.md docs/contribute/contributing.md
    
    # Build the site locally
    Shell Script
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 17 13:52:16 GMT 2024
    - 718 bytes
    - Viewed (0)
  10. docs/releasing.md

    Create an account on the [Sonatype issues site][sonatype_issues]. Ask an existing publisher to open
    an issue requesting publishing permissions for `com.squareup` projects.
    
    
    Cutting a Release
    -----------------
    
    1. Update `CHANGELOG.md`.
    
    2. Set versions:
    
        ```
        export RELEASE_VERSION=X.Y.Z
        export NEXT_VERSION=X.Y.Z-SNAPSHOT
        ```
    
    3. Update versions:
    
        ```
        sed -i "" \
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Dec 26 22:07:16 GMT 2022
    - 1.5K bytes
    - Viewed (0)
Back to top