From f635bae964386c42474659f3d7903258f4ef8ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 26 Dec 2023 04:51:54 +0300 Subject: [PATCH] test(fixtures): update the bumped value output to add prefix --- .github/fixtures/test-bumped-version/expected.md | 2 +- .../test-keep-a-changelog-links-one-tag-bump-arg/expected.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fixtures/test-bumped-version/expected.md b/.github/fixtures/test-bumped-version/expected.md index 17e51c3..8308b63 100644 --- a/.github/fixtures/test-bumped-version/expected.md +++ b/.github/fixtures/test-bumped-version/expected.md @@ -1 +1 @@ -0.1.1 +v0.1.1 diff --git a/.github/fixtures/test-keep-a-changelog-links-one-tag-bump-arg/expected.md b/.github/fixtures/test-keep-a-changelog-links-one-tag-bump-arg/expected.md index 250f1b0..2a98193 100644 --- a/.github/fixtures/test-keep-a-changelog-links-one-tag-bump-arg/expected.md +++ b/.github/fixtures/test-keep-a-changelog-links-one-tag-bump-arg/expected.md @@ -5,7 +5,7 @@ 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). -## [0.1.1](https://github.com/dummy/dummy/compare/v0.1.0...0.1.1) - <> +## [0.1.1](https://github.com/dummy/dummy/compare/v0.1.0...v0.1.1) - <> ### Fixed