Skip to content

Rebrand to PluresDB and automate release pipeline#6

Merged
kayodebristol merged 5 commits intomainfrom
copilot/change-focus-to-pluresdb
Nov 17, 2025
Merged

Rebrand to PluresDB and automate release pipeline#6
kayodebristol merged 5 commits intomainfrom
copilot/change-focus-to-pluresdb

Conversation

Copy link
Contributor

Copilot AI commented Nov 15, 2025

Updates branding from Gun.js to PluresDB (@plures/pluresdb) and implements automated version detection, changelog generation, and dual publishing (npm + GitHub Packages).

Branding Updates

  • Documentation: README, PUBLISHING.md, and examples now reference @plures/pluresdb package
  • Code examples: Changed imports from { GunDB } from 'pluresdb' to PluresDB from '@plures/pluresdb'
  • Source comments: Updated to emphasize PluresDB while maintaining backward compatibility
// Before
import { GunDB } from 'pluresdb';
const db = new GunDB();

// After  
import PluresDB from '@plures/pluresdb';
const db = new PluresDB();

Automated Release Pipeline

Release Workflow (.github/workflows/release.yml)

  • Detects version changes in package.json on push to main
  • Generates changelog from git commits since last tag
  • Creates GitHub Release with auto-generated notes
  • Publishes to npm as unum and GitHub Packages as @plures/unum
  • Manual dispatch option with version bump selection (patch/minor/major)

Updated Publish Workflow

  • Triggers on GitHub Release publication
  • Added GitHub Packages publishing support
  • Explicit permissions for security

Documentation

  • CHANGELOG.md: Release history tracking
  • WORKFLOW_GUIDE.md: Visual workflow diagram and usage patterns
  • PUBLISHING.md: Two-method release process (automatic/manual)

Usage

Automatic release on version change:

npm version patch
git push origin main --follow-tags
# Release workflow triggers automatically

Manual dispatch via GitHub Actions UI with version bump selection.

Backward Compatibility

Legacy exports (gun, GunDB, gunComponent) remain available for existing code.

Original prompt

This section details on the original issue you should resolve

<issue_title>change focus to pluresdb</issue_title>
<issue_description>The latest version of pluresdb will now be published to @plures/pluresdb and also as a github package. Let's update the branding, docs, and code in unum, to focus on pluresdb as opposed to gun.js or gundb. 2. Update the unum ci to enable publishing from the pipeline/workflow automatically; to include, automatic bump-version, changelog.md updates, tagging, releasing, and publishing. </issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits November 15, 2025 20:49
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Copilot AI changed the title [WIP] Update branding and CI to focus on pluresdb Rebrand to PluresDB and automate release pipeline Nov 15, 2025
Copilot AI requested a review from kayodebristol November 15, 2025 21:00
@kayodebristol kayodebristol marked this pull request as ready for review November 17, 2025 23:22
@kayodebristol kayodebristol merged commit d35d531 into main Nov 17, 2025
2 checks passed
@kayodebristol kayodebristol deleted the copilot/change-focus-to-pluresdb branch November 17, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

change focus to pluresdb

2 participants