From 3cba5851481183ac190e4c2e0dc82d0984581590 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Sun, 22 Dec 2024 13:29:00 +0100 Subject: [PATCH 1/7] Create nodejs-learn-package-publish.json --- records/new/nodejs-learn-package-publish.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 records/new/nodejs-learn-package-publish.json diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json new file mode 100644 index 0000000..24659e5 --- /dev/null +++ b/records/new/nodejs-learn-package-publish.json @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems. We gotchu. \nCheck out the new https://nodejs.org/en/learn/modules/publishing-a-package" +} \ No newline at end of file From f6ddfb995a1110e5811ec4d2fee0aa24c18c64d2 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Sun, 22 Dec 2024 13:36:56 +0100 Subject: [PATCH 2/7] use double return to give more air to the CTA Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> --- records/new/nodejs-learn-package-publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json index 24659e5..701435d 100644 --- a/records/new/nodejs-learn-package-publish.json +++ b/records/new/nodejs-learn-package-publish.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems. We gotchu. \nCheck out the new https://nodejs.org/en/learn/modules/publishing-a-package" + "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems. We gotchu.\n\nCheck out the new https://nodejs.org/en/learn/modules/publishing-a-package" } \ No newline at end of file From 0b2a4ec01e5c2af4aee8633eba9365be8a9ff88f Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Mon, 6 Jan 2025 21:23:58 +0100 Subject: [PATCH 3/7] Update nodejs-learn-package-publish.json Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> --- records/new/nodejs-learn-package-publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json index 701435d..9045f88 100644 --- a/records/new/nodejs-learn-package-publish.json +++ b/records/new/nodejs-learn-package-publish.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems. We gotchu.\n\nCheck out the new https://nodejs.org/en/learn/modules/publishing-a-package" + "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems. We gotchu started.\n\nCheck out the new https://nodejs.org/en/learn/modules/publishing-a-package" } \ No newline at end of file From 08d176a07c8350813e6c751d8ef9118f5e3873c9 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:20:30 +0100 Subject: [PATCH 4/7] apply suggestion --- records/new/nodejs-learn-package-publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json index 9045f88..c85a38f 100644 --- a/records/new/nodejs-learn-package-publish.json +++ b/records/new/nodejs-learn-package-publish.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems. We gotchu started.\n\nCheck out the new https://nodejs.org/en/learn/modules/publishing-a-package" + "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems.\n\nWe've started a guide that covers common use-cases (and some exotic ones); it doesn't cover everything yet additions welcome!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" } \ No newline at end of file From 1bfe21fe98f76dbc3a0c6fe0e61894ce010bb4b9 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:10:45 +0200 Subject: [PATCH 5/7] Update records/new/nodejs-learn-package-publish.json Co-authored-by: Joyee Cheung --- records/new/nodejs-learn-package-publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json index c85a38f..ede0262 100644 --- a/records/new/nodejs-learn-package-publish.json +++ b/records/new/nodejs-learn-package-publish.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "Trying to publish a package and there are just. so. many. options? The good news is it's probably not as complicated as it seems.\n\nWe've started a guide that covers common use-cases (and some exotic ones); it doesn't cover everything yet additions welcome!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" + "richText": "We've started a guide that covers common package publishing practices (and some exotic ones); it doesn't cover everything yet additions welcome!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" } \ No newline at end of file From 023019060215a25a7517a38a4b2684f4666f4480 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 4 May 2025 18:03:32 +0200 Subject: [PATCH 6/7] Update records/new/nodejs-learn-package-publish.json --- records/new/nodejs-learn-package-publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json index ede0262..25ad121 100644 --- a/records/new/nodejs-learn-package-publish.json +++ b/records/new/nodejs-learn-package-publish.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "We've started a guide that covers common package publishing practices (and some exotic ones); it doesn't cover everything yet additions welcome!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" + "richText": "We've started a guide that covers common package publishing practices (and some exotic ones); it doesn't cover everything yet - additions welcomed!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" } \ No newline at end of file From 94bc0e371bac9a7c866419a33e69a0eedb3eb9b5 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 4 May 2025 18:05:15 +0200 Subject: [PATCH 7/7] Update records/new/nodejs-learn-package-publish.json --- records/new/nodejs-learn-package-publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/nodejs-learn-package-publish.json b/records/new/nodejs-learn-package-publish.json index 25ad121..6c71c5c 100644 --- a/records/new/nodejs-learn-package-publish.json +++ b/records/new/nodejs-learn-package-publish.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "We've started a guide that covers common package publishing practices (and some exotic ones); it doesn't cover everything yet - additions welcomed!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" + "richText": "We've started a guide that covers common package publishing practices (and some exotic ones); it doesn't cover everything yet - additions welcome!\n\nhttps://nodejs.org/en/learn/modules/publishing-a-package" } \ No newline at end of file