Git Product home page Git Product logo

Comments (5)

iBenjamin avatar iBenjamin commented on May 19, 2024 1

Fixed thank you!

from fastlane-plugin-changelog.

iBenjamin avatar iBenjamin commented on May 19, 2024

hello, any update on this?

from fastlane-plugin-changelog.

pajapro avatar pajapro commented on May 19, 2024

Hi @iBenjamin,

based on your report I have added a (missing) unit test to verify the functionality for creating tags comparison links.

However, I could not reproduce what you have reported - could you please share how does your changelog.md looks before and after running stamp_changelog? It would help identify what's wrong.

from fastlane-plugin-changelog.

iBenjamin avatar iBenjamin commented on May 19, 2024

Hi here is my CHANGELOG.md, you can see 3.11.1 is inverted.

before:

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- 聊天界面返回按钮显示未读数字
- 支持应用内切换语言
- 内测 Firebase

### Changed
- 更换启动屏
- 调整聊天界面标题字体大小

### Fixed
- 没有显示搜索历史
- 聊天输入框高度问题
- 讨论组无法发起音视频会议
- 最近消息列表串头像
- 转发消息字体大小不一致
- 尝试修复最近消息列表高度更改
- 分享音视频会议奔溃

## [3.11.0] - 2018-10-19
### Added
- 设备管理
- 支持全局调整字体大小
- 消息支持 markdown
- 最近消息列表空占位图

### Changed
- 消息菜单新 UI
- 移除在线状态
- 统一成员排序规则
- 成员详情修改 UI
- 设置修改密码界面增加忘记密码入口
- iOS 12 支持 On Time Security Code
- mention 已注销成员/p2p 双方不显示邀请按钮

### Fixed
- 应用进入后台后任务超时导致应用被系统关闭
- 企业版不能修改域名
- 适配 iPhonex XS 和 iPhone XS Max
- iOS 12 邀请界面 404

## [3.10.4] - 2018-06-29

[3.10.4]:https://github.com/bearyinnovative/Mandrake/compare/3.0...3.10.4
[3.11.0]:https://github.com/bearyinnovative/Mandrake/compare/3.10.4...3.11.0

after:

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.11.1] - 2018-11-13
### Added
- 聊天界面返回按钮显示未读数字
- 支持应用内切换语言
- 内测 Firebase

### Changed
- 更换启动屏
- 调整聊天界面标题字体大小

### Fixed
- 没有显示搜索历史
- 聊天输入框高度问题
- 讨论组无法发起音视频会议
- 最近消息列表串头像
- 转发消息字体大小不一致
- 尝试修复最近消息列表高度更改
- 分享音视频会议奔溃

## [3.11.0] - 2018-10-19
### Added
- 设备管理
- 支持全局调整字体大小
- 消息支持 markdown
- 最近消息列表空占位图

### Changed
- 消息菜单新 UI
- 移除在线状态
- 统一成员排序规则
- 成员详情修改 UI
- 设置修改密码界面增加忘记密码入口
- iOS 12 支持 On Time Security Code
- mention 已注销成员/p2p 双方不显示邀请按钮

### Fixed
- 应用进入后台后任务超时导致应用被系统关闭
- 企业版不能修改域名
- 适配 iPhonex XS 和 iPhone XS Max
- iOS 12 邀请界面 404

## [3.10.4] - 2018-06-29

[3.10.4]:https://github.com/bearyinnovative/Mandrake/compare/3.0...3.10.4
[3.11.0]:https://github.com/bearyinnovative/Mandrake/compare/3.10.4...3.11.0
[3.11.1]:https://github.com/bearyinnovative/Mandrake/compare/3.11.1...3.11.0

console output:

[10:38:49]: --------------------------------
[10:38:49]: --- Step: get_version_number ---
[10:38:49]: --------------------------------
[10:38:49]: -----------------------------
[10:38:49]: --- Step: stamp_changelog ---
[10:38:49]: -----------------------------
[10:38:49]: Found CHANGELOG.md at ./CHANGELOG.md
[10:38:49]: Found CHANGELOG.md at ./CHANGELOG.md
[10:38:49]: Starting to read [Unreleased] section from './CHANGELOG.md'
[10:38:49]: Finished reading [Unreleased] section from './CHANGELOG.md'
[10:38:49]: Found CHANGELOG.md at ./CHANGELOG.md
[10:38:49]: Starting to update [Unreleased] section of './CHANGELOG.md'
[10:38:49]: Old section identifier: ## [Unreleased]
[10:38:49]: New section identifier: ## [3.11.1] - 2018-11-13
[10:38:49]: Successfuly updated ./CHANGELOG.md
[10:38:49]: Created [Unreleased] placeholder section
[10:38:49]: Created a link for comparison between 3.11.0 and 3.11.1 tag
[10:38:49]: Successfuly stamped 3.11.1 in ./CHANGELOG.md

+------+----------------------------+-------------+
|                fastlane summary                 |
+------+----------------------------+-------------+
| Step | Action                     | Time (in s) |
+------+----------------------------+-------------+
| 1    | Verifying fastlane version | 0           |
| 2    | default_platform           | 0           |
| 3    | get_version_number         | 0           |
| 4    | stamp_changelog            | 0           |
+------+----------------------------+-------------+

[10:38:49]: fastlane.tools finished successfully 🎉

from fastlane-plugin-changelog.

pajapro avatar pajapro commented on May 19, 2024

Hi @iBenjamin ,

this was a bug in the logic when creating a new git tag comparison link. I have fixed it and release in version 0.12.0 - can you update and let me know whether it fixed your problem?

from fastlane-plugin-changelog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.