/komapper-docs

Primary LanguageHTMLApache License 2.0Apache-2.0

Komapper Documentation

Netlify Status

Deployment site

https://www.komapper.org/

Contributing to these docs

English version: https://www.komapper.org/docs/contribution-guidelines/#contributing-to-these-docs

日本語版: https://www.komapper.org/ja/docs/contribution-guidelines/#contributing-to-these-docs

Release steps

in the main branch

  1. Change version numbers in gradle.properties
  2. Execute ./gradlew updateVersion
  3. Add new version and url in config.toml
  4. Change the url of old version in config.toml
  5. Commit changes
  6. Create a new branch from the main branch
  7. Change the new branch to a production branch on the Netlify page
  8. Push main and the new branches to remote

in the old branch

  1. Execute ./gradlew archive
  2. Change the url and add the latest url in config.toml
  3. Push the branch to remote