Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 8.0 (home stretch) #2248

Closed
11 tasks done
roblarsen opened this issue May 18, 2020 · 9 comments
Closed
11 tasks done

Release 8.0 (home stretch) #2248

roblarsen opened this issue May 18, 2020 · 9 comments
Assignees
Milestone

Comments

@roblarsen
Copy link
Member

roblarsen commented May 18, 2020

  • Readme/changelog for create-html5-boilerplate (Anything else?)
  • Verify that create-html5-boilerplate publishes properly to npm with an RC
  • Publish 0.1.0 of create-html5-boilerplate (github and npm)
  • Add npx documentation to the readme (✔️ Docs and readme update #2251)
  • Docs update (Docs and readme update #2251 although I'm eyeing the Extend doc)
  • Changelog (WIP updates changelog for 8.0.0 #2256)
  • Verify that the new package generation and release process works with an RC (Releases both npm and Github in one go)
  • Update the site
  • Actually do the release
  • Blog post
  • Tweet

(I'm missing something)

@coliff coliff added this to the 8.0 milestone May 18, 2020
@roblarsen
Copy link
Member Author

Publish works. I'm going to create a ticket to test and fine-tune the release.

@roblarsen
Copy link
Member Author

We're ready to go. I'm going to let this sit for a few hours if anyone is interested in looking at the project again. The last commit should have everything synced up

@coliff
Copy link
Member

coliff commented Jun 4, 2020

The package.json in th src/ dir has the keywords "h5bp", "template", "front-end" - I wonder if we should remove those.... maybe remove keywords altogether as its not a required param.

@coliff
Copy link
Member

coliff commented Jun 4, 2020

also, I like this https://github.com/cameronhunter/prettier-package-json - it puts the param keys in a logical order. I think this is a bit better.

{
  "name": " ",
  "version": "0.0.1",
  "description": "",
  "license": "",
  "author": "",
  "scripts": {
    "build": "parcel build index.html",
    "dev": "parcel index.html --open",
    "start": "npm run build && npm run dev",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "parcel-bundler": "^1.12.4"
  }
}

@roblarsen
Copy link
Member Author

I would like to keep keywords, but we can remove the values. I like the above formatting change. Want to get that change in and then we can release? The blog post is mostly done so I can post that later this afternoon or tomorrow morning.

@coliff
Copy link
Member

coliff commented Jun 4, 2020

great. I'll make a quick PR now

@roblarsen
Copy link
Member Author

🍾

@coliff
Copy link
Member

coliff commented Jun 5, 2020

🍻

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

No branches or pull requests

2 participants