-
Notifications
You must be signed in to change notification settings - Fork 4
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 #5 from rseng/add/sorted-tags
Adding changelog and ensuring that tags are sorted for 1.0.1
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
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,16 @@ | ||
# CHANGELOG | ||
|
||
This file briefly lists changes associated with tagged (released) versions. | ||
Critical items to know are: | ||
|
||
- renamed commands | ||
- deprecated / removed commands | ||
- changed defaults | ||
- backward incompatible changes (recipe or image file format?) | ||
- migration guidance (how to convert images?) | ||
- changed behaviour (recipe sections work differently) | ||
|
||
## [master](https://github.com/rseng/good-first-issues/tree/master) | ||
- ensure tags are sorted (v1.0.1) | ||
- first tagged released associated with blog post (v1.0.0) | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ https://github.com/singularityhub/sregistry containers,singularity | |
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
- name: Generate First Issues | ||
uses: rseng/[email protected].0 | ||
uses: rseng/[email protected].1 | ||
with: | ||
repos-file: '.github/repos.txt' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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