semver.org

Semantic Versioning spec and website

  • 所有者: semver/semver.org
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Semver.org

This is the site at https://semver.org/ that describes the Semantic Versioning specification.

Adding a translation

  1. Create a new folder in lang/ with the appropriate language tag
  2. Add a translated index.md to that folder
  3. Add a translated spec/vX.X.X.md for the latest spec to that folder
  4. Ensure all files have the appropriate title and language front matter (see others as an example)
  5. Add the language to the _config.yml file

Running locally

  1. Install Ruby and Bundler.
  2. Install Jekyll and other dependencies from the gem:
    bundle install
    
  3. Run the site locally:
    bundle exec jekyll serve
    
  4. Open http://localhost:4000.

Running locally with docker-compose

If you have docker-compose installed:

  1. Build Docker image and start container instance:
    docker-compose up
    
  2. Open http://localhost:4000.

主要指标

概览
名称与所有者semver/semver.org
主编程语言CSS
编程语言HTML (语言数: 6)
平台
许可证
所有者活动
创建于2009-12-14 22:45:29
推送于2025-06-22 12:57:03
最后一次提交
发布数7
最新版本名称v2.0.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数531
关注者数24
派生数296
提交数764
已启用问题?
问题数138
打开的问题数16
拉请求数217
打开的拉请求数9
关闭的拉请求数65
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?