Skip to content

Commit

Permalink
updating stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelcolas committed Mar 10, 2021
1 parent 76623d9 commit 05ccc27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Display GitHub Release info if already exists.
- GitHub New PR to use Owner/Repo name.
- Updated publish workflow in build.yml to Create GH PR upon release.
- Updated the Readme with the icon.

### Fixed

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Sampler.GitHubTasks [![Azure DevOps builds](https://img.shields.io/azure-devops/build/Synedgy/Sampler.GitHubTasks/7)](https://synedgy.visualstudio.com/Sampler.GitHubTasks/_build?definitionId=7&_a=summary)

<img align="right" width='128px' src="./source/assets/sampler_GitHubTasks.png" alt="Sampler GitHub Tasks">

[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/Sampler.GitHubTasks?label=Sampler.GitHubTasks%20Preview)](https://www.powershellgallery.com/packages/Sampler.GitHubTasks/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/Sampler.GitHubTasks?label=Sampler.GitHubTasks)](https://www.powershellgallery.com/packages/Sampler.GitHubTasks/)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/SynEdgy/Sampler.GitHubTasks/7)](https://synedgy.visualstudio.com/Sampler.GitHubTasks/_test/analytics?definitionId=7&contextType=build)
![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/Synedgy/Sampler.GitHubTasks/7)
![PowerShell Gallery](https://img.shields.io/powershellgallery/p/Sampler.GitHubTasks)



Sampler tasks for GitHub integrations

---

Just a few tasks for GitHub integration such as publishing released module and
creating automatic PR for updating the changelog.

Visit [gaelcolas/Sampler](https://github.com/gaelcolas/Sampler) repository.
1 change: 0 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ BuildWorkflow:
- Build_NestedModules_ModuleBuilder
- Create_changelog_release_output


pack:
- build
- package_module_nupkg
Expand Down

0 comments on commit 05ccc27

Please sign in to comment.