File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## [ 1.1.1] ( https://github.com/mynameistito/github-archiver/compare/v1.1.0...v1.1.1 ) (2026-01-12)
22
3+ ## 1.5.0
4+
5+ ### Minor Changes
6+
7+ - [ ` e42add2 ` ] ( https://github.com/mynameistito/github-archiver/commit/e42add279d4630f9b5857feef99dd77ba25fd1f0 ) Thanks [ @mynameistito ] ( https://github.com/mynameistito ) ! - ## Add GitHub Packages Publishing Support
8+
9+ Adds dual-registry publishing to both npm and GitHub Packages registries with OIDC trusted publishing.
10+
11+ ### Added
12+
13+ - GitHub Packages npm registry support - package published as ` @mynameistito/github-archiver `
14+ - ` .npmrc ` configuration for GitHub Packages registry routing
15+ - GitHub Packages publishing step in release workflow with automatic version checking
16+ - OIDC trusted publishing for enhanced security (no manual tokens required)
17+
18+ ### Changed
19+
20+ - Updated release workflow permissions to include ` packages: write ` for GitHub Packages access
21+ - Release workflow now publishes to both npm (` github-archiver ` ) and GitHub Packages (` @mynameistito/github-archiver ` ) simultaneously
22+
323## 1.4.0
424
525### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " github-archiver" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .0" ,
44 "description" : " Archive GitHub repositories via CLI" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments