Skip to content

Commit

Permalink
feat(#8): Added files and documentation to the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 14, 2023
1 parent c5a3122 commit f8724ec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: github.ref_name == 'production'
with:
files: |
README.md
LICENSE
CHANGELOG.md
body_path: CHANGELOG.md
draft: true
tag_name: "v${{ env.PACKAGE_VERSION }}"
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Changelog

## Version 1.0.5
## Version 4.7.1.1

### Changes
### Installation

The NuGet can be installed from GitHub’s NuGet Repository.

---

**Info:** [Working with the NuGet registry - GitHub Docs](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry#installing-a-package) documents how to reference GitHub’s NuGet repository.

---

```shell
dotnet add package MarcelMelzig.TestEnvironment --version 4.7.1.1
```

### What's new?

This is the initial release of the project. Hopefully it will help you to set up some useful test environments.

A fully automatic build pipeline is set up for the project. So you can await new features asap. All uses SemVer. Everything is published with docs production ready and you can even debug into the code with SourceLink.

### All Changes

- [Set the version by an action #1](https://github.com/iBrotNano/TestEnvironment/issues/1)
- [Add issue templates to the repo #2](https://github.com/iBrotNano/TestEnvironment/issues/2)
Expand Down

0 comments on commit f8724ec

Please sign in to comment.