当前位置: 首页 > 软件库 > Web应用开发 > >

changelog

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 邢寒
操作系统 未知
开源组织
适用人群 未知
 软件概览

Changelog

Create a Changelog site of your Product

Demo

Setup Guide

Quick Setup

  1. Fork the project Changelog
  2. Edit _config.yml with your data (check settings section)
  3. Connect to the domain with Netlify.

Publish Post

  1. Create new file under _posts folder
  2. File Name should be like yyyy-mm-dd-feature-name.md (See This file for referance )
  3. Add the post content like this:
---
title:  "Welcome to Changelog"
category: New
---
We have just launched this website. You will see our product's future updates here.
1. Subscribe our email.
2. Watch on Github (If you are developer)
3. Subscribe our [RSS feed](/feed.xml).
  1. Commit new file.

Features

  • Disqus Comment:What users think about the new feature? Let theme Discuss in the comment

  • Custom Domain:Don't compromise with your brand identity. Use your branded domain or subdomain.

  • Watch on Github:Developers can watch your changelog directly in their Github account.

  • RSS Feed:Let your user get new features in their favorite feed reader.

  • Google Analytics:Add Google Analytics with gtag.js

  • Markdown Support:It's easy to write change log in markdown.

  • Add Team Members:Host on Github and Invite team members if you want.

  • SSL Support:We recommend using Netlify to server your changelog. Netlify takes care of SSL.

  • Hosted on Github:Our Repository is hosted on Github. Just fork it.

  • Admin:Netlify CMS Powered Admin to release new features.


If you face any issue in the setup. Email me at changelog@bansal.io and I will help you to setup.


Are you releasing a major version?

Launch at BetaPage


Questions?

Open an Issue


Contact me for sponsorship hello@bansal.io

License

This project is licensed under the MIT License - see the LICENSE file for details

  • git log 生成 changeLog 在进行git仓库的自动化管理时,发布前往往需要CI服务器自动生成 CHANGELOG.MD ,本文介绍如何自动changeLog.md自动生成的思路。 生成流程 多次 commit -m “xxx” 使用命令 git log > log 生成提交记录 log 文件 处理 log 文件提取关心的信息, 然后转成 CHANGELOG.MD 文件. 思路:(lo

 相关资料
  • 然后使用这个changelog文件执行liquibase,它驻留在目录/home/changelogs中。则应用更改。然后使用相同的changelog文件再次运行liquibase。正如预期的那样,这次不应用更改。 但如果我将更改日志文件移动到/home/changelog/migration并再次运行liquibase,则应用更改。 liquibase似乎将changelog的路径包含在deci

  • 我有一个liqubase changelog.xml。它包含几个带有更改的“包含文件”。例如,创建一个表的基脚本和向该表添加一个新字段的另一个基脚本。 我能用一个“创建表...”得到SQL脚本吗语句,该语句包括所有字段。而且我不想连接到DB。只需使用liquibase xml文件和jar库即可。 但all.sql只包含第一个包含文件(base.sql)中的sql 谢谢

  • 我们的应用程序目前有两个独立的数据库/模式。我们遇到了与此设置数据不一致的情况,因此我们要么需要跨两个数据库的事务处理,要么需要合并数据库。我们不想使用JTA事务,因为我们使用的是普通的Tomcat。因此我们的方法是将两个数据库/模式合并为一个。 这两个数据库/模式目前都是通过Liquibase管理的,我们希望维护两个单独的变更日志,因为一组实体来自第三方工具,另一组由我们管理。除了liquiba

  • 在liquibase中,我希望基于“context”属性值执行特定的更改集。在本例中,我通过命令行传递了-Dcontext=local(我已经检查了这个值是否正确选取),并尝试使用changeLogPropertyDefined检查变更集中的属性。但它不起作用。。请在下面找到我的变更集

  • 我是Liquibase的新手,我尝试将liquibase与postgres数据库一起使用liquibase脚本创建数据库表。我所做的是,我已经手动创建了Postgres表并通过运行命令 mvn液化酶:generateChangeLog 我创建了liquibase-outputChangeLog.xml文件。现在我尝试更新该脚本并在数据库中创建一个表。为此,我将XML代码写入新表的ChangeLog

  • 我已经在windows上安装了Jenkins版本并使用配置了并且能够通过选中选项从签出。但取消选中此选项后,在运行构建时会出现以下错误: cvs rlog-s-d06 Mar2015 18:49:11+0500<09 Mar2015 14:54:14+0500 ns cvs[rlog中止]:/home/cvs/src/ns/stencils/statements/attic/checktempla

  • 当我启动Spring-boot时,我会收到以下错误消息: org.springframework.beans.factory.BeanCreationException:创建名为“org.springframework.boot.AutoConfigure.LiquiBase.LiquiBaseAutoConfiguration”的bean时出错:调用init方法失败;嵌套异常为java.lang

  • LiquiBase.Exception.SetupException:文件:/src/main/LiquiBase/changes/000-initial-schema.xml不存在 我的pom.xml插件配置如下: 我的Liquibase.properties文件是: 为什么Liquibase找不到那个文件?即使我将文件名更改为:000-initial-schematest.xml,错误也是: