Skip to content

Commit

Permalink
feat: try to use $SEMVER
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 committed Dec 14, 2022
1 parent 97d915b commit aedf3fd
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
@@ -1,9 +1,56 @@
## (2022-12-14)




## <small>0.0.7 (2022-12-14)</small>

* chore: new version %NEW_VERSION% ([97d915b](https://github.com/xenial-io/Xenial.RTool/commit/97d915b))
* fix: try to fix initial change log generation ([b327d2d](https://github.com/xenial-io/Xenial.RTool/commit/b327d2d))



## <small>0.0.6 (2022-12-14)</small>

* chore: new version %NEW_VERSION% ([6872d8f](https://github.com/xenial-io/Xenial.RTool/commit/6872d8f))
* chore: new version %NEW_VERSION% ([4b64199](https://github.com/xenial-io/Xenial.RTool/commit/4b64199))
* fix: r-tool uses r tool now ([43473ef](https://github.com/xenial-io/Xenial.RTool/commit/43473ef))



## <small>0.0.5 (2022-12-14)</small>

* feat: added git root detector ([059afdb](https://github.com/xenial-io/Xenial.RTool/commit/059afdb))
* feat: added hook command runner ([45badcd](https://github.com/xenial-io/Xenial.RTool/commit/45badcd))
* feat: added versions ([715d15c](https://github.com/xenial-io/Xenial.RTool/commit/715d15c))
* feat: automatic changelog ([a27f0b2](https://github.com/xenial-io/Xenial.RTool/commit/a27f0b2))
* feat: pack release notes into nuget packages ([f707ea6](https://github.com/xenial-io/Xenial.RTool/commit/f707ea6))
* feat: run pre release hooks ([58b65f0](https://github.com/xenial-io/Xenial.RTool/commit/58b65f0))



## <small>0.0.4 (2022-10-28)</small>

* build: sourcelink ([6372765](https://github.com/xenial-io/Xenial.RTool/commit/6372765))



## <small>0.0.3 (2022-10-28)</small>

* build: fix repo uri ([ef39627](https://github.com/xenial-io/Xenial.RTool/commit/ef39627))



## <small>0.0.2 (2022-10-28)</small>

* build: fixed build ([634b6ec](https://github.com/xenial-io/Xenial.RTool/commit/634b6ec))
* build: set package name and tool name ([1e9273d](https://github.com/xenial-io/Xenial.RTool/commit/1e9273d))
* test: fix messages ([cef561b](https://github.com/xenial-io/Xenial.RTool/commit/cef561b))
* feat: Basic infastructure & detect git repository ([fcc95ba](https://github.com/xenial-io/Xenial.RTool/commit/fcc95ba))
* feat: Confirm Branch ([d8942ae](https://github.com/xenial-io/Xenial.RTool/commit/d8942ae))
* feat: tool almost finished ([85265c4](https://github.com/xenial-io/Xenial.RTool/commit/85265c4))
* Add .gitattributes. ([71200e4](https://github.com/xenial-io/Xenial.RTool/commit/71200e4))
* Add project files. ([89d2eaa](https://github.com/xenial-io/Xenial.RTool/commit/89d2eaa))



4 changes: 2 additions & 2 deletions Xenial.RTool/ReleaseApplication.cs
Expand Up @@ -278,8 +278,8 @@ IGitRepositoryRootDetector rootDetector
ctx.CurrentDirectory,
new()
{
["NEW_SEMVER"] = semver,
["TAG_NAME"] = tagName
["SEMVER"] = semver,
["TAGNAME"] = tagName
}
);
ctx.Console.MarkupLineInterpolated($"[gray]Ran Hook: [white]{hook}[/].[/]");
Expand Down

0 comments on commit aedf3fd

Please sign in to comment.