Commit Graph

32 Commits

Author SHA1 Message Date
Rob Larsen
cc6785ebe5 Create build-dist.yaml 2021-12-03 22:49:03 -05:00
Rob Larsen
81bfc44462 Changing commit message 2021-11-11 22:06:45 -05:00
Rob Larsen
1e54989216 Update push-to-template.yaml 2021-11-11 21:58:26 -05:00
Rob Larsen
fba6c345d1 Update push-to-template.yaml 2021-11-11 21:28:29 -05:00
Rob Larsen
84043984bd Update push-to-template.yaml 2021-11-11 21:26:57 -05:00
Rob Larsen
82160729f3 Merge branch 'push-to-another-repo' of https://github.com/vltansky/html5-boilerplate into vltansky-push-to-another-repo 2021-11-11 09:15:32 -05:00
dependabot[bot]
fb92e53224 chore(deps): bump actions/setup-node from 1 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 01:56:06 +00:00
Christian Oliff
26302a5ec2 add github actions to dependabot 2021-10-19 10:48:09 +09:00
Christian Oliff
19ede6465e Add link to CONTRIBUTING file
It can be easy to miss
2021-09-02 17:13:41 +09:00
Rob Larsen
ca25fc9a83 replaces references to master with main 2021-08-18 10:54:36 -04:00
Rob Larsen
595ce4a272 Adds src/package.json to dependabot 2021-03-31 20:50:03 -04:00
Christian Oliff
26d66ad35c Update nodejs version and action
REF: actions/setup-node#v2
2021-02-02 12:27:04 +09:00
Vlad
72711ed978 ci: change name 2020-10-21 09:05:26 +03:00
Vlad
aab1e01865 ci: fixes to push-to-template workflw 2020-10-21 09:01:27 +03:00
Vlad
b894bdfe95 ci: push to antoher repo 2020-10-21 08:49:08 +03:00
Rob Larsen
1f26dfb2dd Jquery refs (#2348)
* Removes some stray references to jQuery
2020-09-30 09:13:28 -04:00
Christian Oliff
5f0505976a fix dependabot config
Right now when a PR is merged it updates the package-lock.json but not the package.json. Ideally it should do both.
We can adjust (fix) that by adding the line 'versioning-strategy: increase' to the dependabot.yml config.
That's what Bootstrap has (https://github.com/twbs/bootstrap/blob/main/.github/dependabot.yml).
Details:
https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy
2020-09-07 21:57:51 +09:00
Christian Oliff
fbb4530ad0 Change update check in dependabot config to weekly
change update frequency to cut down on PR 'noise'.

REF: https://dependabot.com/docs/config-file/#available-schedules
2020-08-19 00:40:40 +09:00
Vlad Tansky
c3189a6c0b chore: add dependabot (#2275) 2020-06-26 12:11:36 -04:00
Vlad Tansky
3bb9b72319 CI: use GitHub Actions for Pull Requests / Push tests (#2271)
* ci: run tests with github actions

* ci: name

* ci: add nodejs 10

* ci: remove travis

* ci: nodejs 10 typo

* docs: replace travis build status badge with github actions

* docs: ci badge

* docs: use h5bp for ci badge

* ci: name

* ci: newline & remove comment
2020-06-12 11:59:05 -04:00
Rob Larsen
70e24fa6a3 Adjusts the contents of the zip folder...
and updates the name to match previous versions.
2020-06-03 13:02:49 -04:00
Rob Larsen
ef92d2fa3f Fixing a release bug 2020-06-02 21:51:49 -04:00
Christian Oliff
190b2d31f5 update deps
- Update Modernizr to v3.11.1
- update Apache Server Configs to v4.0.0
- Update browserconfig in package.json
2020-05-17 15:12:09 +09:00
Rob Larsen
195ef9fc3e Creates new publish action (#2241)
When a tag is created and pushed to GitHub, this action will

- create the zip folder for the release
- creates the release
- adds the zip folder to the release
- publishes to npm

closes #2181
2020-05-11 13:59:52 -04:00
Rob Larsen
c6872a598e Update npmpublish.yml 2019-11-06 11:01:38 -05:00
Rob Larsen
551f0675c5 Update npmpublish.yml 2019-10-26 09:46:11 -04:00
Rob Larsen
f4cc1f2c52 create npm publish action 2019-10-26 09:40:35 -04:00
Christian Oliff
475424abe2 HTTPS links (#2036)
* https a link

* https more links

* Fix paramaters typo

* Remove trailing . (unneeded)
2018-04-04 21:59:48 -04:00
Rob Larsen
d2f1bba395 Adding a note about PRs 2018-03-14 13:13:42 -04:00
Christian Oliff
33e0d7613a Create CODE_OF_CONDUCT.md (#2011) 2017-11-28 14:13:19 -05:00
Christian Oliff
1dcd1e524e Create SUPPORT.md (#1978)
Add a SUPPORT file to the .github/ folder directing folks to Stack Overflow if they have a general question about using H5BP. A link to this file will now display when someone opens a new issue which could cut down on new issues being opened unnecessarily. I realise the content in this file could have overlap in the existing ISSUE_TEMPLATE.md file but I think it'd be worth adding.
2017-07-22 08:10:40 -04:00
Rob Larsen
907918637c Adds .github folder and contents Fixes #1943 (#1948)
Adds Issue Template

 Adds PR Template

 Rewrites Contributing.md and moves it to ./github
2017-06-07 14:14:59 -04:00