-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¦ NEW: Auto release and changelog workflows
- Loading branch information
1 parent
6b2e70c
commit 08d8ba9
Showing
11 changed files
with
5,126 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# NPM # | ||
########## | ||
# Ignore all directories called node_modules in current folder and any subfolders. | ||
node_modules/ | ||
/node_modules/ | ||
|
||
# Packages # | ||
############ | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.bz2 | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
*.tgz | ||
*.map | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
*.env | ||
|
||
# OS generated files # | ||
###################### | ||
**.DS_Store* | ||
ehthumbs.db | ||
Icon? | ||
Thumbs.db | ||
._* | ||
|
||
# Vim generated files # | ||
###################### | ||
*.un~ | ||
|
||
# SASS # | ||
########## | ||
**/.sass-cache | ||
**/.sass-cache/* | ||
**/.map | ||
|
||
# Composer # | ||
########## | ||
!assets/js/vendor/ | ||
wpcs/ | ||
/vendor/ | ||
|
||
# Bower # | ||
########## | ||
assets/bower_components/* | ||
|
||
# Codekit # | ||
########## | ||
/codekit-config.json | ||
*.codekit | ||
**.codekit-cache/* | ||
|
||
# Compiled Files and Build Dirs # | ||
########## | ||
/README.html | ||
|
||
# PhpStrom Project Files # | ||
.idea/ | ||
library/vendors/composer | ||
assets/img/.DS_Store |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"editor.formatOnSave": true | ||
} |
Empty file.
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,38 @@ | ||
# Changelog:`pudl` | ||
|
||
All notable changes in this project's [released versions](https://github.com/MaedahBatool/pudl/releases) are documented in this file. | ||
|
||
[![Maedah on Twitter](https://img.shields.io/twitter/follow/maedahbatool.svg?style=social&label=Follow%20@maedahbatool)](https://twitter.com/maedahbatool/) | ||
|
||
<br> | ||
|
||
{{#each releases}} | ||
|
||
![hr](https://on.ahmda.ws/t6N5/c) | ||
|
||
<br> | ||
|
||
{{#if href}} | ||
### RELEASE: [{{title}}]({{href}}){{#if tag}}{{/if}} | ||
{{else}} | ||
### RELEASE: {{title}}{{#if tag}}{{/if}} | ||
{{/if}} | ||
|
||
{{#commit-list commits heading='![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)' message='NEW: '}} | ||
> {{subject}} [`{{shorthash}}`]({{href}}) <br> | ||
{{/commit-list}} | ||
|
||
{{#commit-list commits heading='![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)' message='IMPROVE: '}} | ||
> {{subject}} [`{{shorthash}}`]({{href}}) <br> | ||
{{/commit-list}} | ||
|
||
{{#commit-list commits heading='![FIX](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)' message='FIX: '}} | ||
> {{subject}} [`{{shorthash}}`]({{href}}) <br> | ||
{{/commit-list}} | ||
|
||
{{#commit-list commits heading='![DOCS](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)' message='DOC:'}} | ||
> {{subject}} [`{{shorthash}}`]({{href}}) <br> | ||
{{/commit-list}} | ||
|
||
<br> | ||
{{/each}} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.