Skip to content

Commit

Permalink
fix: wrapped links around all badges (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny-Knighten committed Nov 10, 2023
2 parents 57d6b50 + 6716432 commit c99d703
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 6 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Create a report to help us improve
title: "{BUG}"
labels: bug
assignees: Johnny-Knighten

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: Johnny-Knighten

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.4.0](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/compare/1.3.1...1.4.0) (2023-11-10)


### Features

* create bug and feature issue templates ([7c72a79](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/commit/7c72a799d95ab25c944289cc243a0afe02be8a9c))
* create bug and feature issue templates ([#33](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/issues/33)) ([982f3fe](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/commit/982f3fe7448f5d06dfb3986984018398ada72f64))

## [1.3.1](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/compare/1.3.0...1.3.1) (2023-11-10)


### Bug Fixes

* changed release workflow to match github issue example ([ef31f41](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/commit/ef31f41cff66bb907950808c0260e89536eb98b6)), closes [/github.com/semantic-release/git/issues/196#issuecomment-702839100](https://github.com/Johnny-Knighten//github.com/semantic-release/git/issues/196/issues/issuecomment-702839100)
* made license badge work in README ([423c053](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/commit/423c05364da691035619b65a158318800582ddaa))
* made release steps use PAT ([436d087](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/commit/436d087bfa193a3d5c9cd34083510a080c0103ed))

## [1.3.1-next.1](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/compare/1.3.0...1.3.1-next.1) (2023-11-10)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Example of GitHub Actions CI/CD Using Docker Containers, Semantic-Release, and DockerHub Release

![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/johnny-knighten/example-github-actions-for-container-release?logo=github&link=https%3A%2F%2Fgithub.com%2FJohnny-Knighten%2Fexample-github-actions-for-container-release)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/johnny-knighten/example-github-actions-for-container-release/build-and-test.yml?logo=github&label=build%20and%20test%20-%20status)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/johnny-knighten/example-github-actions-for-container-release/release.yml?logo=github&label=release%20-%20status)
![GitHub Repo stars](https://img.shields.io/github/stars/johnny-knighten/example-github-actions-for-container-release?logo=github)
![GitHub](https://img.shields.io/github/license/Johnny-Knighten/example-github-actions-for-container-release?logo=github)
[![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/johnny-knighten/example-github-actions-for-container-release?logo=github&link=https%3A%2F%2Fgithub.com%2FJohnny-Knighten%2Fexample-github-actions-for-container-release)](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/releases)
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/johnny-knighten/example-github-actions-for-container-release/build-and-test.yml?logo=github&label=build%20and%20test%20-%20status)](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/actions/workflows/build-and-test.yml)
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/johnny-knighten/example-github-actions-for-container-release/release.yml?logo=github&label=release%20-%20status)](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/actions/workflows/release.yml)
[![GitHub Repo stars](https://img.shields.io/github/stars/johnny-knighten/example-github-actions-for-container-release?logo=github)](https://github.com/Johnny-Knighten/example-github-actions-for-container-release)
[![GitHub](https://img.shields.io/github/license/Johnny-Knighten/example-github-actions-for-container-release?logo=github)](https://github.com/Johnny-Knighten/example-github-actions-for-container-release/blob/main/LICENSE)

![Docker Image Version (latest semver)](https://img.shields.io/docker/v/johnnyknighten/example-github-actions-for-container-release?logo=docker&label=dockerhub%20-%20latest)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/johnnyknighten/example-github-actions-for-container-release?logo=docker&label=dockerhub%20-%20latest)](https://hub.docker.com/r/johnnyknighten/example-github-actions-for-container-release)

This repo is an example of using GitHub Actions for CI/CD using the following technologies:
* [Docker](https://www.docker.com/)
Expand Down

0 comments on commit c99d703

Please sign in to comment.