-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from anton-yurchenko/dev
v3.0.0
- Loading branch information
Showing
22 changed files
with
292 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,12 @@ | |
- Search for already opened [issues](https://github.com/anton-yurchenko/git-release/issues) before submitting a [new one](https://github.com/anton-yurchenko/git-release/issues/new/choose). | ||
- Provide as much information as you can, even if not requested by an Issue Template. | ||
|
||
|
||
## Pull Request: | ||
- Open [Pull Request](https://github.com/anton-yurchenko/git-release/pulls) towards **dev** branch. | ||
- Ensure [Pull Request](https://github.com/anton-yurchenko/git-release/pulls) description clearly describes the problem and solution. | ||
- Make sure all Tests are passed and there is no Code Coverage degradation. | ||
- Please follow [AngularJS Commit Message Guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines) | ||
|
||
## Other: | ||
#### Require new feature or change of an existing one? | ||
- Suggest your change via [email](email:[email protected]) or [Pull Request](https://github.com/anton-yurchenko/git-release/pulls), do not open an issue on GitHub. | ||
|
||
#### Have questions about the source code? | ||
- Feel free to contact me via [email](email:[email protected]), I'll be glad to provide any information required. | ||
- Feel free to contact me via [email](mailto:[email protected]), I'll be glad to provide any information required. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Report a Bug | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: anton-yurchenko | ||
|
||
--- | ||
|
||
### Description: | ||
A clear and concise description of what the bug is | ||
|
||
### Workflow: | ||
```Attach your GitHub Action Workflow YAML``` | ||
|
||
### Changelog: | ||
```Attach a full changelog``` | ||
|
||
### Log: | ||
```Attach an execution log``` | ||
|
||
### Screenshots: | ||
If applicable, add screenshots to help explain your problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Suggest a Change | ||
about: Suggest an enhancement to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: anton-yurchenko | ||
|
||
--- | ||
|
||
### Description: | ||
A clear and concise description of what an enhancement is about | ||
|
||
### Reference: | ||
- External documentation links | ||
|
||
### Screenshots: | ||
If applicable, add screenshots to help explain your problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o /opt/app | |
FROM scratch | ||
LABEL "repository"="https://github.com/anton-yurchenko/git-release" | ||
LABEL "maintainer"="Anton Yurchenko <[email protected]>" | ||
LABEL "version"="2.0.2" | ||
LABEL "version"="3.0.0" | ||
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ | ||
COPY --from=build /etc/passwd /etc/passwd | ||
COPY LICENSE.md /LICENSE.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.