Skip to content

Commit

Permalink
Added Agent Snap section on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch committed Feb 6, 2025
1 parent 1fdca7b commit 9759b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jobbergate-agent-snap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: ## Build the snap

.PHONY: changes
changes:
towncrier create --dir .. --section Agent
towncrier create --dir .. --section "Agent Snap"

.PHONY: clean
clean: ## Clean all files/folders created by the project
Expand Down
4 changes: 4 additions & 0 deletions towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ path = "core"
name = "Agent"
path = "agent"

[[tool.towncrier.section]]
name = "Agent Snap"
path = "agent-snap"

[[tool.towncrier.section]]
name = "API"
path = "api"
Expand Down

0 comments on commit 9759b96

Please sign in to comment.