Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changelog update for 4.1.22
  • Loading branch information
Tyler Lemburg committed Jun 7, 2017
1 parent 020f71b commit c4e3127
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 4.1.22 (June 6, 2017)
- [Fixed the location](https://github.com/unl/wdntemplates/commit/1282778babe24510805af4e4ae36a15832bcdbbe) of the search button
- Fixed a Flash of No CSS on hard refresh([#1073](https://github.com/unl/wdntemplates/pull/1073))
- Restored button cursor lost in normalize update ([#1075](https://github.com/unl/wdntemplates/pull/1075))

## 4.1.21 (May 9, 2017)
- Removed Font Face Observer to ensure fonts were loaded

Expand Down
22 changes: 22 additions & 0 deletions deployment
@@ -0,0 +1,22 @@
Preconditions:
Have the repository checked out and in a clean state (best to have nothing in the stash)
Have push access to a remote repo named "upstream" to https://github.com/unl/wdntemplates
Have an account on the unlcms production and staging servers (ssh)
Have node and grunt-cli (npm package) installed globally; may want to use NVM https://github.com/creationix/nvm
Staging Steps:
Log into the unlcms-staging server
Go to or create a checkout of the repo's develop branch, pulling in latest changes from upsteam
Manually edit files:
VERSION_DEP - bump to the next version with a -rc.1 suffix
package.json - bump to the next version with a -rc.1 suffix
wdn/templates_4.1/includes/scriptsandstyles.html - change the server for the framework files to https://unlcms-staging.unl.edu/
Run the build steps - https://gist.github.com/kabel/275f94916529b21833aba725f736087b#file-staging-refresh-templates-sh
Conduct testing on various staging sites (may require cache flush)
Production Steps:
Draft all changelog https://github.com/unl/wdntemplates/blob/develop/CHANGELOG.md entries based on the committed changes between master and develop: https://github.com/unl/wdntemplates/compare/master...develop and commit
Run ./scripts/bump-version-and-release.sh (tags and pushes the release to upstream)
Log into the unlcms master file server
Switch to the wdntemplates user: sudo -u wdntemplates -s -H
Change to the wdntemplates home directory: cd
Run the build steps - https://gist.github.com/kabel/275f94916529b21833aba725f736087b#file-production-refresh-templates-sh (should be refresh-templates.sh)
Confirm that the new version appears in generated HTML

0 comments on commit c4e3127

Please sign in to comment.