You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"css","path":"css","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"example","path":"example","contentType":"directory"},{"name":"i18n","path":"i18n","contentType":"directory"},{"name":"images","path":"images","contentType":"directory"},{"name":"lib","path":"lib","contentType":"directory"},{"name":"logs","path":"logs","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"test","path":"test","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"Gruntfile.js","path":"Gruntfile.js","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"angularFiles.js","path":"angularFiles.js","contentType":"file"},{"name":"changelog.js","path":"changelog.js","contentType":"file"},{"name":"changelog.spec.js","path":"changelog.spec.js","contentType":"file"},{"name":"changelog.tmp.md","path":"changelog.tmp.md","contentType":"file"},{"name":"check-size.sh","path":"check-size.sh","contentType":"file"},{"name":"gdocs.js","path":"gdocs.js","contentType":"file"},{"name":"gen_docs.sh","path":"gen_docs.sh","contentType":"file"},{"name":"init-repo.sh","path":"init-repo.sh","contentType":"file"},{"name":"karma-e2e.conf.js","path":"karma-e2e.conf.js","contentType":"file"},{"name":"karma-jqlite.conf.js","path":"karma-jqlite.conf.js","contentType":"file"},{"name":"karma-jquery.conf.js","path":"karma-jquery.conf.js","contentType":"file"},{"name":"karma-modules.conf.js","path":"karma-modules.conf.js","contentType":"file"},{"name":"package.json","path":"package.json","contentType":"file"},{"name":"release-commit.sh","path":"release-commit.sh","contentType":"file"},{"name":"start-iteration.sh","path":"start-iteration.sh","contentType":"file"},{"name":"validate-commit-msg.js","path":"validate-commit-msg.js","contentType":"file"},{"name":"validate-commit-msg.spec.js","path":"validate-commit-msg.spec.js","contentType":"file"},{"name":"version.js","path":"version.js","contentType":"file"},{"name":"version.yaml","path":"version.yaml","contentType":"file"},{"name":"watchr-docs.rb","path":"watchr-docs.rb","contentType":"file"}],"totalCount":36}},"fileTreeProcessingTime":3.904729,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":9295375,"defaultBranch":"master","name":"angular.js","ownerLogin":"cnzin","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2013-04-08T11:54:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2962255?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1613558867.2782688","canEdit":false,"refType":"branch","currentOid":"d90a79632d699efcb63484e20d2bf756ebe94688"},"path":"release-commit.sh","currentUser":null,"blob":{"rawLines":["#!/usr/bin/env bash","","function catch_errors() {"," echo \"ERROR. That's life.\""," exit 1","}","","trap catch_errors ERR","","TMP_FILE='changelog.tmp'","CHANGELOG_FILE='CHANGELOG.md'","","echo \"Getting current version...\"","VERSION=`./version.js --current`","","echo \"Generating changelog...\"","./changelog.js $VERSION $TMP_FILE","","cat $CHANGELOG_FILE \u003e\u003e $TMP_FILE","mv -f $TMP_FILE $CHANGELOG_FILE","","","echo \"Updating version...\"","./version.js --remove-snapshot","","echo \"CONFIRM TO COMMIT\"","read WHATEVER","","","echo \"Creating commit...\"","git commit version.yaml CHANGELOG.md -m \"chore(relase): cutting the v$VERSION release\"","","echo \"Creating tag...\"","git tag \"v$VERSION\""],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/cnzin/angular.js/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"release-commit.sh","displayUrl":"https://github.com/cnzin/angular.js/blob/master/release-commit.sh?raw=true","headerInfo":{"blobSize":"625 Bytes","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"f05bde2","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fcnzin%2Fangular.js%2Fblob%2Fmaster%2Frelease-commit.sh","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"34","truncatedSloc":"22"},"mode":"executable file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Shell","languageID":346,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/cnzin/angular.js/blob/master/release-commit.sh","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/cnzin/angular.js/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/cnzin/angular.js/raw/refs/heads/master/release-commit.sh","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":false,"symbols":[{"name":"catch_errors","kind":"function","ident_start":30,"ident_end":42,"extent_start":21,"extent_end":86,"fully_qualified_name":"catch_errors","ident_utf16":{"start":{"line_number":2,"utf16_col":9},"end":{"line_number":2,"utf16_col":21}},"extent_utf16":{"start":{"line_number":2,"utf16_col":0},"end":{"line_number":5,"utf16_col":1}}}]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/cnzin/angular.js/branches":{"post":"OZgpFZjTiLyLgDevjJHGXJIjF0bbbAY2O_y96Lx_OXIKUOaylMjPjHpziB5FFsxYDtKnIof5JcBNB_R3VKhA7g"},"/repos/preferences":{"post":"CZRk2puQ9Di4ZjP6dxaiX5MpKUlQnhboclhY6QyfgIIdM2HRg0d79JobZBI6qpSNyunMxdCBUjvUQnUexNKtiQ"}}},"title":"angular.js/release-commit.sh at master · cnzin/angular.js","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}