Documentation
ダウンロード価格リリースノート
日本語
日本語
  • はじめに
    • Devinへようこそ 👋
    • Claris FileMaker向けのDevOps
  • 機能
    • バージョン管理
    • 回帰テスト
    • デプロイメント
      • デフォルト環境
      • ワークフロー
      • 内部の仕組み
    • サーバーとファイルの監視
  • ガイド (近日公開予定)
  • サポート
    • 既知の問題
    • サポートを受ける
    • リリースノート
  • 法的情報
    • プライバシーポリシー
GitBook提供
このページ内
  • Guide
  • Video Tutorial
  • Version Numbers

役に立ちましたか?

  1. ガイド (近日公開予定)
  2. Projects
  3. Versions

Save a Version

役に立ちましたか?

Guide

To save a of a branched development file:

  1. Go to Branches -> Versions

  2. Select the desired file from the list

  3. Click + Version.

  4. Enter a version description (equivilant to a git commit message)

  5. Optionally, specify a .

Versions are backups of the development file. They can be either cloned backups of full backups and the default choice can be specified in Project Settings. For large file sizes (> 100MB), we recommend using Clone as default. Choosing Full Backup might result in bad performance on your development server.

Video Tutorial

Version Numbers

For more advanced use cases, like when you're dealing with pre-release versions, Devin also supports version numbers that include letters, such as 2.10.3-alpha and 2.10.3-beta8.

Devin supports a wide variety of versioning conventions, but we recommend using a standard convention like or similar that uses a format that looks like MAJOR.MINOR or MAJOR.MINOR.PATCH.

Semantic Versioning
version number
Saving a Version
version