Skip to content

Commit

Permalink
♻️ rebuild workflow team instead group
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Aug 13, 2023
1 parent 0b2174f commit 0138306
Show file tree
Hide file tree
Showing 97 changed files with 4,572 additions and 1,466 deletions.
5 changes: 2 additions & 3 deletions .gitci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
major:
commits:
- "Major"
- "[break changes]"
labels:
- "Versioning - major"
minor:
commits:
- "[feat]"
- "feat:"
- "⬆️"
- ":arrow_up:"
- "🚀"
- ":rocket:"
- ":recycle:"
- ":zap:"
labels:
- "Versioning - Minor"
patch:
commits:
- "[fix]"
- "fix:"
- ":bug:"
- "🐛"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ private static IConfigurationRoot BuildConfiguration()
{
var builder = new ConfigurationBuilder()
.SetBasePath(Path.Combine(Directory.GetCurrentDirectory(), "../Passingwind.WorkflowApp.DbMigrator/"))
.AddJsonFile("appsettings.json", optional: false);
.AddJsonFile("appsettings.json", optional: false)
.AddJsonFile("appsettings.secrets.json", optional: true);

return builder.Build();
}
Expand Down
Loading

0 comments on commit 0138306

Please sign in to comment.