Docs
Release Notes — example output
Automated release notes from update sets
$ nowaikit run docs-release
███╗ ██╗ ██████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ██╗██╗████████╗
████╗ ██║██╔═══██╗██║ ██║ ██╔══██╗██║ ██║ ██╔╝██║╚══██╔══╝
██╔██╗██║██║ ██║██║ █╗ ██║ ███████║██║ █████╔╝ ██║ ██║
██║╚████║██║ ██║██║███╗██║ ██╔══██║██║ ██╔═██╗ ██║ ██║
██║ ╚███║╚██████╔╝╚███╔███╔╝ ██║ ██║██║ ██║ ██╗██║ ██║
╚═╝ ╚══╝ ╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ✦
NowAIKit — The #1 AI App for ServiceNow
- Running docs-release in direct mode (ollama)...
# ⚠️ Release Notes Analysis — Data Missing
---
I appreciate you reaching out to generate release notes for the demo2 instance. However, I notice that while you mentioned "Here is the data gathered from the ServiceNow instance," no actual update set data was provided in your message.
---
## 📋 What I Need to Generate Release Notes
To properly analyze and categorize update set contents, I require the following data:
### Required Information
| Data Source | Description | How to Provide |
|---|---|---|
| Update Set Name | The name of the update set being analyzed | `list_update_sets` output |
| Update Set ID | Unique identifier for the update set | From update set listing |
| Update Set Records | All customer updates within the set | `sys_update_xml` query results |
| Artifact Details | Business Rules, Script Includes, ACLs, etc. | `get_***_record` responses |
| Change Descriptions | Work notes/descriptions explaining the change | From update XML payload |
---
## 🔍 How to Gather the Data
If you need to extract this information from the ServiceNow instance, please run the following:
```
# 1. List Update Sets
list_update_sets
# 2. Query Update Records
query_records
- table: sys_update_xml
- filters:
- field: update_set = [update_set_name]
- return: all fields
# 3. Fetch Artifact Details
get_business_rule
get_script_include
get_client_script
get_acl
... (as needed)
```
---
## ✅ Next Steps
Option 1: If you can paste the actual query results (update set data), I'll analyze them immediately and generate the full release notes report.
Option 2: If you have access to the update sets but need guidance on what to query, I can provide sample queries for specific artifact types.
Option 3: If this is a demo/test scenario, please let me know and I can provide a template release notes structure you can populate.
---
## 📧 Ready When You Are
Please share the update set data when ready, and I will:
1. ✅ Categorize all changes (New, Enhanced, Fixed, Security, etc.)
2. ✅ Identify breaking changes and migration steps
3. ✅ Generate the formatted release notes report
4. ✅ Provide artifact breakdown summary
---
Awaiting your data to proceed with the analysis. 🚀



